Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: fix wrong indentation causing rendering error in dis page (GH-1…
…04661)

(cherry picked from commit 3bc94e6)

Co-authored-by: Nyakku Shigure <sigure.qaq@gmail.com>
  • Loading branch information
SigureMo authored and miss-islington committed May 19, 2023
commit a10b63850b1fd870371c69f8a394888af018cd47
4 changes: 2 additions & 2 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down