Skip to content

Commit 942ce5e

Browse files
committed
Fix typo in UserDict docs
1 parent ee91455 commit 942ce5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ attribute.
13511351
.. method:: popitem
13521352

13531353
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
1354+
returned in the same order as ``data.popitem()``. (For the default
13551355
:meth:`dict.popitem`, this order is :abbr:`LIFO (last-in, first-out)`.) If the
13561356
dictionary is empty, raises a :exc:`KeyError`.
13571357

0 commit comments

Comments
 (0)