Skip to content

Commit 5238204

Browse files
authored
Update python-sdk-sync-vs-async.mdx
1 parent a382904 commit 5238204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/python/python-sdk-sync-vs-async.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class TranslateActivities:
228228
return translation
229229
```
230230

231-
### Running synchronous code from an asynchronous function
231+
### Running synchronous code from an asynchronous activity
232232

233233
If your activity is asynchronous and you don't want to change it to synchronous,
234234
but you need to run blocking code inside it,

0 commit comments

Comments
 (0)