diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2020-03-10 10:01:19 -0600 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-13 07:13:44 +0100 |
| commit | 40a64dd1e24d45f8e00a55b22a5174b8f1359b5c (patch) | |
| tree | aa4e7f8a7b55bf00a033e4bdcafb42b4250be75d /docs/ref/exceptions.txt | |
| parent | 8725d04764e3528cbaefd0925501f8403d22ae3e (diff) | |
Refs #31224 -- Doc'd async adapter functions.
Diffstat (limited to 'docs/ref/exceptions.txt')
| -rw-r--r-- | docs/ref/exceptions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt index 34fec861e1..6b8d6707e4 100644 --- a/docs/ref/exceptions.txt +++ b/docs/ref/exceptions.txt @@ -194,7 +194,7 @@ list of errors. If you are trying to call code that is synchronous-only from an asynchronous thread, then create a synchronous thread and call it in that. - You can accomplish this is with ``asgiref.sync.sync_to_async``. + You can accomplish this is with :func:`asgiref.sync.sync_to_async`. .. currentmodule:: django.urls |
