Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in documentation #308

Merged
merged 1 commit into from Aug 25, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/testing.rst
Expand Up @@ -281,7 +281,7 @@ Accessing and Modifying Sessions
.. versionadded:: 0.8 .. versionadded:: 0.8


Sometimes it can be very helpful to access or modify the sessions from the Sometimes it can be very helpful to access or modify the sessions from the
test client. Generally there are two ways for this. Ify ou just want to test client. Generally there are two ways for this. If you just want to
ensure that a session has certain keys set to certain values you can just ensure that a session has certain keys set to certain values you can just
keep the context around and access :data:`flask.session`:: keep the context around and access :data:`flask.session`::


Expand Down