summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-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.