]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: fix wrong indentation causing rendering error in dis page (#104661)
authorNyakku Shigure <sigure.qaq@gmail.com>
Fri, 19 May 2023 20:11:21 +0000 (04:11 +0800)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 20:11:21 +0000 (23:11 +0300)
Doc/library/dis.rst

index 248743b8fa0a8767878b8369f57dee09eb4b5552..4762fb50437460cf0548866b8a9ff40a85b08408 100644 (file)
@@ -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