diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-01-22 11:15:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 11:15:58 (GMT) |
commit | 5d735241168cefe00be177ef4152955c100177ae (patch) | |
tree | 6f5bdb0011bde7b472483e8e3bde2f9eb94b25fa /Doc | |
parent | 5a5340044ca98cbe6297668d91bccba04b102923 (diff) | |
download | cpython-5d735241168cefe00be177ef4152955c100177ae.zip cpython-5d735241168cefe00be177ef4152955c100177ae.tar.gz cpython-5d735241168cefe00be177ef4152955c100177ae.tar.bz2 |
bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/dis.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index af28e5c..c9a4768 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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. |