Skip to content

Commit 3fd24c1

Browse files
committed
Fix copy/paste error in wsgi-standalone.rst
1 parent c395b13 commit 3fd24c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploying/wsgi-standalone.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ uWSGI
7373
`uWSGI`_ is a fast application server written in C. It is very
7474
configurable, which makes it more complicated to setup than Gunicorn.
7575
It also provides many other utilities for writing robust web
76-
applications. To run a Flask application, tell Gunicorn how to import
76+
applications. To run a Flask application, tell uWSGI how to import
7777
your Flask app object.
7878

7979
.. code-block:: text

0 commit comments

Comments
 (0)