Skip to content

Commit 02d29ea

Browse files
committed
Typo in README.
1 parent d548be6 commit 02d29ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Maintains global dictionary of executors (`concurrent.futures.ThreadPoolExecutor
2727
import django_threaded_sync_to_async
2828

2929
@django_threaded_sync_to_async.SharedExecutor("common", max_workers=3, max_tasks=2)
30-
def operations():
30+
async def operations():
3131
a = asgiref.sync.sync_to_async(long_call)(1)
3232
b = asgiref.sync.sync_to_async(long_call)(2)
3333
c = asgiref.sync.sync_to_async(long_call)(3)

0 commit comments

Comments
 (0)