diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/sessions.rst | 3 |
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: |
