From 3fd24c1f6fa2b3a5b68fb87b0fc3453a352340e5 Mon Sep 17 00:00:00 2001 From: Bo Bayles Date: Mon, 25 Apr 2022 10:28:36 -0500 Subject: [PATCH] Fix copy/paste error in wsgi-standalone.rst --- docs/deploying/wsgi-standalone.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/wsgi-standalone.rst b/docs/deploying/wsgi-standalone.rst index 823426ac5d..e66eacbaa3 100644 --- a/docs/deploying/wsgi-standalone.rst +++ b/docs/deploying/wsgi-standalone.rst @@ -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