From ced10580c1f8f0673ba8b59986f44f8d4605e35d Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 2 Oct 2018 23:24:07 +0300 Subject: [PATCH] Whitespace cleanup --- docs/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logging.rst b/docs/logging.rst index 3f981e233b6..666adc7355b 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -31,7 +31,7 @@ Access logs Access log by default is switched on and uses ``'aiohttp.access'`` logger name. -The log may be controlled by :meth:`aiohttp.web.AppRunner` and +The log may be controlled by :meth:`aiohttp.web.AppRunner` and :func:`aiohttp.web.run_app`.