]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix HTML formatting in datamodel.rst (GH-8693)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Aug 2018 21:12:37 +0000 (14:12 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Aug 2018 21:12:37 +0000 (14:12 -0700)
(cherry picked from commit 3c1b590472d567e22a607ba31271865cd90c8e9b)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Doc/reference/datamodel.rst

index f3f9e5f00bfce6f6a84b98679b97456f84fb5d97..735ecbf66939f12b240bf0a08246e5a9eb6b8052 100644 (file)
@@ -1059,9 +1059,9 @@ Internal types
       trace (towards the frame where the exception occurred), or ``None`` if
       there is no next level.
 
-    .. versionchanged:: 3.7
-       Traceback objects can now be explicitly instantiated from Python code,
-       and the ``tb_next`` attribute of existing instances can be updated.
+      .. versionchanged:: 3.7
+         Traceback objects can now be explicitly instantiated from Python code,
+         and the ``tb_next`` attribute of existing instances can be updated.
 
    Slice objects
       .. index:: builtin: slice