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``