mirror of https://github.com/python/cpython.git
[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 3bc94e678f
)
Co-authored-by: Nyakku Shigure <sigure.qaq@gmail.com>
This commit is contained in:
parent
cd13f73afd
commit
e5b6f38df4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue