fixed typo, quote "with" statement

This commit is contained in:
ThomasWaldmann 2011-09-30 14:03:01 +03:00 committed by Ron DuPlain
parent d18868bd17
commit e2cb8d2ef1
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Released on September 29th 2011, codename Rakija
as defaults.
- Added :attr:`flask.views.View.decorators` to support simpler decorating of
pluggable (class based) views.
- Fixed an issue where the test client if used with the with statement did not
- Fixed an issue where the test client if used with the "with" statement did not
trigger the execution of the teardown handlers.
- Added finer control over the session cookie parameters.
- HEAD requests to a method view now automatically dispatch to the `get`