summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2022-01-22 11:15:58 (GMT)
committerGitHub <noreply@github.com>2022-01-22 11:15:58 (GMT)
commit5d735241168cefe00be177ef4152955c100177ae (patch)
tree6f5bdb0011bde7b472483e8e3bde2f9eb94b25fa /Doc
parent5a5340044ca98cbe6297668d91bccba04b102923 (diff)
downloadcpython-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.rst2
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.