mirror of https://github.com/python/cpython
docs: fix wrong indentation causing rendering error in dis page (#104661)
This commit is contained in:
parent
6e39fa1955
commit
3bc94e678f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue