mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed typo in docs/topics/async.txt.
This commit is contained in:
parent
dcee3292ce
commit
f622b49010
@ -37,7 +37,7 @@ context.
|
||||
If you encounter this error, you should fix your code to not call the offending
|
||||
code from an async context; instead, write your code that talks to async-unsafe
|
||||
in its own, synchronous function, and call that using
|
||||
:func:`asgiref.sync.async_to_sync`, or any other preferred way of running
|
||||
:func:`asgiref.sync.sync_to_async`, or any other preferred way of running
|
||||
synchronous code in its own thread.
|
||||
|
||||
If you are *absolutely* in dire need to run this code from an asynchronous
|
||||
|
Loading…
Reference in New Issue
Block a user