From bdfdeb9886330a54c797b0e53d665e04a6b401bc Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 15:01:08 +0700 Subject: [PATCH] Fix typos in docs/quickstart.rst --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 6af09eb6..712ba977 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -462,7 +462,7 @@ broad overview. First it needs to be imported. If you have some experience with Python you might be wondering how that object can be global when Flask handles multiple requests at a time. The answer is that :data:`.request` is actually a proxy, pointing at whatever request is -currently being handled by a given worker, which is managed interanlly by Flask +currently being handled by a given worker, which is managed internally by Flask and Python. See :doc:`/appcontext` for much more information. The current request method is available in the :attr:`~.Request.method`