From ca22766c79f820a97c19c7be78393b89a61b51cd Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sun, 4 Mar 2018 19:47:09 +0200 Subject: [PATCH] Fix highlighting --- docs/web_advanced.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/web_advanced.rst b/docs/web_advanced.rst index 295a0e1fff3..a6803ff341a 100644 --- a/docs/web_advanced.rst +++ b/docs/web_advanced.rst @@ -126,7 +126,9 @@ should accept zero parameters:: app.router.add_get(...) return app -Start gunicorn:: +Start gunicorn: + +.. code-block:: shell $ gunicorn my_app_module:my_web_app --bind localhost:8080 --worker-class aiohttp.GunicornWebWorker