[Python-checkins] cpython: Fix typo

raymond.hettinger python-checkins at python.org
Mon Jul 16 11:07:47 CEST 2012


http://hg.python.org/cpython/rev/152c34b84473
changeset:   78133:152c34b84473
parent:      78131:cd8a7ec848e5
user:        Raymond Hettinger <python at rcn.com>
date:        Mon Jul 16 02:07:41 2012 -0700
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
@@ -86,7 +86,7 @@
 
     .. 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

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


More information about the Python-checkins mailing list