From 7cf7541aa4bcaab771bc0691f1ede993f601e379 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 21 Jul 2018 16:04:54 -0700 Subject: Fix versionchanged indentation in popitem documentation (GH-8387) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit cb9c299a55c244f77563c60e5a4afcc2221eac21) Co-authored-by: Andrés Delfino --- Doc/library/stdtypes.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index a0c7ba3..5612ec1 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -4209,9 +4209,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]) -- cgit v0.12