From: Andrés Delfino Date: Sat, 21 Jul 2018 22:14:56 +0000 (-0300) Subject: Fix versionchanged indentation in popitem documentation (GH-8387) X-Git-Tag: v3.8.0a1~1344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb9c299a55c244f77563c60e5a4afcc2221eac21;p=thirdparty%2FPython%2Fcpython.git Fix versionchanged indentation in popitem documentation (GH-8387) --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 66467ac40c77..2e551dc2c455 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -4228,9 +4228,8 @@ 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. + LIFO order is now guaranteed. In prior versions, :meth:`popitem` would + return an arbitrary key/value pair. .. method:: setdefault(key[, default])