Use correct directive to document one method

This commit is contained in:
Éric Araujo 2011-06-11 03:27:03 +02:00
parent 643cb7345f
commit 7ebadd5d8d

View file

@ -83,7 +83,7 @@ The class can be used to simulate nested scopes and is useful in templating.
creating subcontexts that can be updated without altering values in any
of the parent mappings.
.. attribute:: parents()
.. method:: parents()
Returns 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