Skip to content

Commit 5bedf83

Browse files
committed
Merge remote-tracking branch 'origin/EDU-4430' into EDU-4430
2 parents 2440e59 + 5238204 commit 5bedf83

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
@@ -257,7 +257,7 @@ class TranslateActivities:
257257
return translation
258258
```
259259

260-
### Running synchronous code from an asynchronous function
260+
### Running synchronous code from an asynchronous activity
261261

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

0 commit comments

Comments
 (0)