From 1f7c02f3c105ff5c9b361c5d9323d33a9474e793 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 12 Dec 2010 10:16:01 -0700 Subject: clarify and remove specifc quantities from sentence which are prone to being wrong --- docs/narr/sessions.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 6aac8d504..71e10321f 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -82,8 +82,7 @@ example: return Response('Fred was not in the session') You can use a session much like a Python dictionary. It supports all -methods of a Python dictionary, and it has three extra attributes, and -two extra methods. +dictionary methods, along with some extra attributes, and methods. Extra attributes: -- cgit v1.2.3