mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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
1 changed files with 2 additions and 2 deletions
|
|
@ -569,8 +569,8 @@ the original TOS1.
|
||||||
|
|
||||||
.. versionadded:: 3.8
|
.. versionadded:: 3.8
|
||||||
|
|
||||||
.. versionchanged:: 3.11
|
.. versionchanged:: 3.11
|
||||||
Exception representation on the stack now consist of one, not three, items.
|
Exception representation on the stack now consist of one, not three, items.
|
||||||
|
|
||||||
.. opcode:: BEFORE_ASYNC_WITH
|
.. opcode:: BEFORE_ASYNC_WITH
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue