summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
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:13:44 +0100
commit40a64dd1e24d45f8e00a55b22a5174b8f1359b5c (patch)
treeaa4e7f8a7b55bf00a033e4bdcafb42b4250be75d /docs/ref/exceptions.txt
parent8725d04764e3528cbaefd0925501f8403d22ae3e (diff)
Refs #31224 -- Doc'd async adapter functions.
Diffstat (limited to 'docs/ref/exceptions.txt')
-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 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