Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643cb73 commit 7ebadd5Copy full SHA for 7ebadd5
1 file changed
Doc/library/collections.rst
@@ -83,7 +83,7 @@ The class can be used to simulate nested scopes and is useful in templating.
83
creating subcontexts that can be updated without altering values in any
84
of the parent mappings.
85
86
- .. attribute:: parents()
+ .. method:: parents()
87
88
Returns a new :class:`ChainMap` containing all of the maps in the current
89
instance except the first one. This is useful for skipping the first map
0 commit comments