Skip to content

Commit 3bc94e6

Browse files
authoredMay 19, 2023
docs: fix wrong indentation causing rendering error in dis page (python#104661)
1 parent 6e39fa1 commit 3bc94e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Doc/library/dis.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ not have to be) the original ``STACK[-2]``.
622622

623623
.. versionadded:: 3.8
624624

625-
.. versionchanged:: 3.11
626-
Exception representation on the stack now consist of one, not three, items.
625+
.. versionchanged:: 3.11
626+
Exception representation on the stack now consist of one, not three, items.
627627

628628

629629
.. opcode:: CLEANUP_THROW

0 commit comments

Comments
 (0)
Please sign in to comment.