[Python-checkins] cpython: Fix typo

eric.araujo python-checkins at python.org
Tue Aug 16 19:14:26 CEST 2011


http://hg.python.org/cpython/rev/676ab1d05a26
changeset:   71877:676ab1d05a26
parent:      71872:c821e3a54930
user:        Éric Araujo <merwok at netwok.org>
date:        Tue Aug 16 19:09:56 2011 +0200
summary:
  Fix typo

files:
  Doc/library/collections.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -72,7 +72,7 @@
 
       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()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list