summaryrefslogtreecommitdiff
path: root/docs/topics/async.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/async.txt')
-rw-r--r--docs/topics/async.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/async.txt b/docs/topics/async.txt
index 3b3daeecce..c820f54879 100644
--- a/docs/topics/async.txt
+++ b/docs/topics/async.txt
@@ -60,7 +60,7 @@ If you want to use these, you will need to deploy Django using
<async-middleware>` contexts. Some of Django's middleware is built like
this, but not all. To see what middleware Django has to adapt, you can turn
on debug logging for the ``django.request`` logger and look for log
- messages about *`"Synchronous middleware ... adapted"*.
+ messages about *"Synchronous middleware ... adapted"*.
In both ASGI and WSGI mode, you can still safely use asynchronous support to
run code in parallel rather than serially. This is especially handy when