Skip to content

Commit

Permalink
Update reqcontext.rst
Browse files Browse the repository at this point in the history
Fixing a grammar error.
  • Loading branch information
sprutner authored Sep 21, 2021
1 parent ca0033c commit 1b20c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reqcontext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Lifetime of the Context
-----------------------

When a Flask application begins handling a request, it pushes a request
context, which also pushes an :doc:`/appcontext`. When the request ends
context, which also pushes :doc:`/appcontext`. When the request ends
it pops the request context then the application context.

The context is unique to each thread (or other worker type).
Expand Down

0 comments on commit 1b20c79

Please sign in to comment.