]> granicus.if.org Git - python/commitdiff
Fix typo
authorÉric Araujo <merwok@netwok.org>
Tue, 16 Aug 2011 17:09:56 +0000 (19:09 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 16 Aug 2011 17:09:56 +0000 (19:09 +0200)
Doc/library/collections.rst

index df231f86a923a5582f4119b23a41a819cf75a4ea..14ccffbaceef888871c6f5b359ccde9453a3c7c7 100644 (file)
@@ -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()