From b58d26c36d80841cb88ddb711df3174cb81fe465 Mon Sep 17 00:00:00 2001 From: SigureMo Date: Fri, 19 May 2023 23:57:15 +0800 Subject: [PATCH] docs: fix wrong indentation causing rendering error in dis page --- 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 248743b8fa0a87..4762fb50437460 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