From a43f73c75c169de86dde372d6ecc42019773271f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Neuh=C3=A4user?= Date: Fri, 26 Aug 2011 10:13:54 +0300 Subject: [PATCH] s/Ify ou/If you/ typo --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index ed44e5a2..1e00fe80 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -281,7 +281,7 @@ Accessing and Modifying Sessions .. versionadded:: 0.8 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 keep the context around and access :data:`flask.session`::