From a10b63850b1fd870371c69f8a394888af018cd47 Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Sat, 20 May 2023 04:11:21 +0800 Subject: [PATCH] docs: fix wrong indentation causing rendering error in dis page (GH-104661) (cherry picked from commit 3bc94e678f2961eafc9d665898d73afc6204d314) Co-authored-by: Nyakku Shigure --- Doc/library/dis.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index aec095dd760180..779793811ef902 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