Skip to content

Commit

Permalink
correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Nov 13, 2012
1 parent 2b885ce commit 30a51f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appcontext.rst
Expand Up @@ -18,7 +18,7 @@ assumptions are true:
modify it, there is no magic proxy that can give you a reference to modify it, there is no magic proxy that can give you a reference to
the application object you're currently creating or modifying. the application object you're currently creating or modifying.


On the contrast, during request handling, a couple of other rules exist: In the contrast, during request handling, a couple of other rules exist:


- while a request is active, the context local objects - while a request is active, the context local objects
(:data:`flask.request` and others) point to the current request. (:data:`flask.request` and others) point to the current request.
Expand Down

0 comments on commit 30a51f2

Please sign in to comment.