From: Nyakku Shigure Date: Fri, 19 May 2023 20:11:21 +0000 (+0800) Subject: docs: fix wrong indentation causing rendering error in dis page (#104661) X-Git-Tag: v3.12.0b1~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bc94e678f2961eafc9d665898d73afc6204d314;p=thirdparty%2FPython%2Fcpython.git docs: fix wrong indentation causing rendering error in dis page (#104661) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 248743b8fa0a..4762fb504374 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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