We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b5bd2 commit 3bcc820Copy full SHA for 3bcc820
Doc/whatsnew/2.6.rst
@@ -1182,7 +1182,7 @@ dictionary-style access. The phrase "dictionary-style" is vague, however.
1182
It probably means that accessing items with ``obj[1]`` works.
1183
Does it imply that setting items with ``obj[2] = value`` works?
1184
Or that the object will have :meth:`!keys`, :meth:`!values`, and :meth:`!items`
1185
-methods? What about the iterative variants such as :meth:`!iterkeys`?
+methods? What about the iterative variants such as :meth:`!iterkeys`?
1186
:meth:`!copy`and :meth:`!update`? Iterating over the object with :func:`!iter`?
1187
1188
The Python 2.6 :mod:`collections` module includes a number of
0 commit comments