summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-12 10:16:01 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-12 10:16:01 -0700
commit1f7c02f3c105ff5c9b361c5d9323d33a9474e793 (patch)
treeab9dab82f2f233d0635e42cea41b632ac0d2b707 /docs
parent9508dc8e1810935df6f2502d1a0a093523269cc0 (diff)
downloadpyramid-1f7c02f3c105ff5c9b361c5d9323d33a9474e793.tar.gz
pyramid-1f7c02f3c105ff5c9b361c5d9323d33a9474e793.tar.bz2
pyramid-1f7c02f3c105ff5c9b361c5d9323d33a9474e793.zip
clarify and remove specifc quantities from sentence which are prone to being wrong
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/sessions.rst3
1 files changed, 1 insertions, 2 deletions
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: