summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-16 17:09:56 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-16 17:09:56 (GMT)
commite5905a9413ed786b322b5adb4820eea12b3233a9 (patch)
treedb9a3385784c4722d4f1d9d42233c557439fd7fa /Doc/library/collections.rst
parentae0cbde2314b5aa939296ad36b4fabc7218e56ed (diff)
downloadcpython-e5905a9413ed786b322b5adb4820eea12b3233a9.zip
cpython-e5905a9413ed786b322b5adb4820eea12b3233a9.tar.gz
cpython-e5905a9413ed786b322b5adb4820eea12b3233a9.tar.bz2
Fix typo
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index df231f8..14ccffb 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -72,7 +72,7 @@ The class can be used to simulate nested scopes and is useful in templating.
A user updateable list of mappings. The list is ordered from
first-searched to last-searched. It is the only stored state and can
- modified to change which mappings are searched. The list should
+ be modified to change which mappings are searched. The list should
always contain at least one mapping.
.. method:: new_child()