From 803e70b1adb71d86eb5bbb4074ef5ff96ae6e55d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 27 May 2020 09:07:02 +0200 Subject: Fixed some formatting issues in docs. --- docs/topics/async.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics') 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 ` 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 -- cgit v1.3