summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2020-03-10 10:01:19 -0600
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-13 07:37:30 +0100
commit8d4638db20e73ffa451d4a21b0112c2b06ea6906 (patch)
tree5babe587b585b67740ec3561eaed9d602169278d /docs/ref
parentd9f1792c7649e9f946f4a3a35a76bddf5a412b8b (diff)
[3.0.x] Refs #31224 -- Doc'd async adapter functions.
Backport of 40a64dd1e24d45f8e00a55b22a5174b8f1359b5c from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/exceptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt
index 208b4d6672..83869d6b42 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