We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c395b13 commit 3fd24c1Copy full SHA for 3fd24c1
docs/deploying/wsgi-standalone.rst
@@ -73,7 +73,7 @@ uWSGI
73
`uWSGI`_ is a fast application server written in C. It is very
74
configurable, which makes it more complicated to setup than Gunicorn.
75
It also provides many other utilities for writing robust web
76
-applications. To run a Flask application, tell Gunicorn how to import
+applications. To run a Flask application, tell uWSGI how to import
77
your Flask app object.
78
79
.. code-block:: text
0 commit comments