forked from orbit-oss/flask
fix codespell findings
This commit is contained in:
parent
5880befcd2
commit
9b74a90dd3
4 changed files with 4 additions and 5 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue