summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
diff options
context:
space:
mode:
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