]> granicus.if.org Git - python/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Mon, 16 Jul 2012 09:07:41 +0000 (02:07 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 16 Jul 2012 09:07:41 +0000 (02:07 -0700)
Doc/library/collections.rst

index c15885e574f96ada4ea8a22cf7f3349fdf794de3..88d7981eb987dafa6f8d250e854a98cab747de71 100644 (file)
@@ -86,7 +86,7 @@ The class can be used to simulate nested scopes and is useful in templating.
 
     .. attribute:: parents
 
-        Proerty returning a new :class:`ChainMap` containing all of the maps in
+        Property returning a new :class:`ChainMap` containing all of the maps in
         the current instance except the first one.  This is useful for skipping
         the first map in the search.  Use cases are similar to those for the
         :keyword:`nonlocal` keyword used in :term:`nested scopes <nested