Skip to content

Commit

Permalink
bpo-46460: remove duplicated versionchanged from dis.rst (GH-30752)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jan 22, 2022
1 parent 5a53400 commit 5d73524
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Doc/library/dis.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 5d73524

Please sign in to comment.