aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/dis.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index aec095dd76..779793811e 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -569,8 +569,8 @@ the original TOS1.
.. versionadded:: 3.8
- .. versionchanged:: 3.11
- Exception representation on the stack now consist of one, not three, items.
+ .. versionchanged:: 3.11
+ Exception representation on the stack now consist of one, not three, items.
.. opcode:: BEFORE_ASYNC_WITH