]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] docs: fix wrong indentation causing rendering error in dis page (GH-104661...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 May 2023 20:25:43 +0000 (13:25 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 20:25:43 +0000 (23:25 +0300)
docs: fix wrong indentation causing rendering error in dis page (GH-104661)
(cherry picked from commit 3bc94e678f2961eafc9d665898d73afc6204d314)

Co-authored-by: Nyakku Shigure <sigure.qaq@gmail.com>
Doc/library/dis.rst

index aec095dd7601802345c43604d98d3231ff3420dd..779793811ef9021009fab5152913e77bbc98497c 100644 (file)
@@ -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