]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 22 Jan 2022 11:15:58 +0000 (14:15 +0300)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 11:15:58 +0000 (11:15 +0000)
Doc/library/dis.rst

index af28e5c11593427ae6d8898cea6cc115e3076193..c9a476861870222586044640789c37038639eada 100644 (file)
@@ -596,8 +596,6 @@ iterations of the loop.
     has occurred in a :keyword:`with` statement.
 
     .. versionadded:: 3.9
-    .. versionchanged:: 3.11
-       The ``__exit__`` function is in position 8 of the stack rather than 7.
 
     .. versionchanged:: 3.11
        The ``__exit__`` function is in position 4 of the stack rather than 7.