From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 19 May 2023 20:25:43 +0000 (-0700) Subject: [3.11] docs: fix wrong indentation causing rendering error in dis page (GH-104661... X-Git-Tag: v3.11.4~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5b6f38df4776b1a1a223040eb265d77ec6367d4;p=thirdparty%2FPython%2Fcpython.git [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 3bc94e678f2961eafc9d665898d73afc6204d314) Co-authored-by: Nyakku Shigure --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index aec095dd7601..779793811ef9 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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