]> granicus.if.org Git - python/commitdiff
Fix HTML formatting in datamodel.rst (GH-8693)
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 6 Aug 2018 20:52:49 +0000 (23:52 +0300)
committerGitHub <noreply@github.com>
Mon, 6 Aug 2018 20:52:49 +0000 (23:52 +0300)
Doc/reference/datamodel.rst

index b6a6d48862bc660246a9d01a0d41b563a4d8853f..81467d096bc5772a157d9b4d7396d7134e160e01 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