We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a382904 commit 5238204Copy full SHA for 5238204
docs/develop/python/python-sdk-sync-vs-async.mdx
@@ -228,7 +228,7 @@ class TranslateActivities:
228
return translation
229
```
230
231
-### Running synchronous code from an asynchronous function
+### Running synchronous code from an asynchronous activity
232
233
If your activity is asynchronous and you don't want to change it to synchronous,
234
but you need to run blocking code inside it,
0 commit comments