Skip to content

Commit

Permalink
docs: fix wrong indentation causing rendering error in dis page (#104661
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SigureMo authored May 19, 2023
1 parent 6e39fa1 commit 3bc94e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,8 @@ not have to be) the original ``STACK[-2]``.

.. 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:: CLEANUP_THROW
Expand Down

0 comments on commit 3bc94e6

Please sign in to comment.