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.
2 parents 2440e59 + 5238204 commit 5bedf83Copy full SHA for 5bedf83
docs/develop/python/python-sdk-sync-vs-async.mdx
@@ -257,7 +257,7 @@ class TranslateActivities:
257
return translation
258
```
259
260
-### Running synchronous code from an asynchronous function
+### Running synchronous code from an asynchronous activity
261
262
If your activity is asynchronous and you don't want to change it to synchronous,
263
but you need to run blocking code inside it,
0 commit comments