fix formatting

This commit is contained in:
David Lord 2022-06-13 06:08:45 -07:00
parent a9878c018b
commit 9c50b8fc1c
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

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