Fix versionchanged indentation in popitem documentation (GH-8387)

This commit is contained in:
Andrés Delfino 2018-07-21 19:14:56 -03:00 committed by Mariatta
parent 961360923e
commit cb9c299a55
1 changed files with 2 additions and 3 deletions

View File

@ -4228,7 +4228,6 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
:meth:`popitem` raises a :exc:`KeyError`.
.. versionchanged:: 3.7
LIFO order is now guaranteed. In prior versions, :meth:`popitem` would
return an arbitrary key/value pair.