Merge pull request #634 from maxcountryman/master

correcting typo
This commit is contained in:
Kenneth Reitz 2012-11-15 17:56:45 -08:00
commit 4515b838ea

View file

@ -18,7 +18,7 @@ assumptions are true:
modify it, there is no magic proxy that can give you a reference to
the application object you're currently creating or modifying.
On the contrast, during request handling, a couple of other rules exist:
In contrast, during request handling, a couple of other rules exist:
- while a request is active, the context local objects
(:data:`flask.request` and others) point to the current request.