Skip to content

Commit e5b6f38

Browse files
[3.11] docs: fix wrong indentation causing rendering error in dis page (GH-104661) (#104670)
docs: fix wrong indentation causing rendering error in dis page (GH-104661) (cherry picked from commit 3bc94e6) Co-authored-by: Nyakku Shigure <[email protected]>
1 parent cd13f73 commit e5b6f38

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
@@ -569,8 +569,8 @@ the original TOS1.
569569

570570
.. versionadded:: 3.8
571571

572-
.. versionchanged:: 3.11
573-
Exception representation on the stack now consist of one, not three, items.
572+
.. versionchanged:: 3.11
573+
Exception representation on the stack now consist of one, not three, items.
574574

575575
.. opcode:: BEFORE_ASYNC_WITH
576576

0 commit comments

Comments
 (0)