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 ee91455 commit 942ce5eCopy full SHA for 942ce5e
Doc/library/collections.rst
@@ -1351,7 +1351,7 @@ attribute.
1351
.. method:: popitem
1352
1353
Remove and return a ``(key, value)`` pair from the wrapped dictionary. Pairs are
1354
- returned in in the same order as ``data.popitem()``. (For the default
+ returned in the same order as ``data.popitem()``. (For the default
1355
:meth:`dict.popitem`, this order is :abbr:`LIFO (last-in, first-out)`.) If the
1356
dictionary is empty, raises a :exc:`KeyError`.
1357
0 commit comments