From: Raymond Hettinger Date: Mon, 16 Jul 2012 09:07:41 +0000 (-0700) Subject: Fix typo X-Git-Tag: v3.3.0b2~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b22ba046ae8219b03b153c742f475cb4292a1dee;p=python Fix typo --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index c15885e574..88d7981eb9 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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