Skip to content

Commit

Permalink
Merge pull request #4551 from bbayles/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 25, 2022
2 parents c395b13 + 3fd24c1 commit ff6290d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying/wsgi-standalone.rst
Expand Up @@ -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
Expand Down

0 comments on commit ff6290d

Please sign in to comment.