From 8c9c6a96470f382b5ef1de036bb2e1f57ca34c01 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Tue, 9 Nov 2021 23:08:38 +0000 Subject: [PATCH] Update web_advanced.rst --- docs/web_advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web_advanced.rst b/docs/web_advanced.rst index 7d5465c3ec6..480becf97c7 100644 --- a/docs/web_advanced.rst +++ b/docs/web_advanced.rst @@ -900,7 +900,7 @@ may be used to send a cancellation to it. .. _aiohttp-web-complex-applications: Complex Applications -++++++++++++++++++++ +^^^^^^^^^^^^^^^^^^^^ Sometimes aiohttp is not the sole part of an application and additional tasks/processes may need to be run alongside the aiohttp :class:`Application`.