From 40a64dd1e24d45f8e00a55b22a5174b8f1359b5c Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 10 Mar 2020 10:01:19 -0600 Subject: Refs #31224 -- Doc'd async adapter functions. --- docs/ref/exceptions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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 -- cgit v1.3