[Python-checkins] docs: fix wrong indentation causing rendering error in dis page (#104661)

hugovk webhook-mailer at python.org
Fri May 19 16:11:28 EDT 2023


https://github.com/python/cpython/commit/3bc94e678f2961eafc9d665898d73afc6204d314
commit: 3bc94e678f2961eafc9d665898d73afc6204d314
branch: main
author: Nyakku Shigure <sigure.qaq at gmail.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-05-19T23:11:21+03:00
summary:

docs: fix wrong indentation causing rendering error in dis page (#104661)

files:
M Doc/library/dis.rst

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



More information about the Python-checkins mailing list