From 9c50b8fc1ca160803f7368fc44f12591da856fd4 Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 13 Jun 2022 06:08:45 -0700 Subject: [PATCH] fix formatting --- docs/deploying/eventlet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/eventlet.rst b/docs/deploying/eventlet.rst index 8842ce05..243be5eb 100644 --- a/docs/deploying/eventlet.rst +++ b/docs/deploying/eventlet.rst @@ -44,7 +44,7 @@ Running ------- To use eventlet to serve your application, write a script that imports -its ```wsgi.server``, as well as your app or app factory. +its ``wsgi.server``, as well as your app or app factory. .. code-block:: python :caption: ``wsgi.py``