Fix copy/paste error in wsgi-standalone.rst

This commit is contained in:
Bo Bayles 2022-04-25 10:28:36 -05:00
parent c395b13f9e
commit 3fd24c1f6f

View file

@ -73,7 +73,7 @@ uWSGI
`uWSGI`_ is a fast application server written in C. It is very
configurable, which makes it more complicated to setup than Gunicorn.
It also provides many other utilities for writing robust web
applications. To run a Flask application, tell Gunicorn how to import
applications. To run a Flask application, tell uWSGI how to import
your Flask app object.
.. code-block:: text