[Python-checkins] Fix HTML formatting in datamodel.rst (GH-8693)

Berker Peksag webhook-mailer at python.org
Mon Aug 6 16:52:56 EDT 2018


https://github.com/python/cpython/commit/3c1b590472d567e22a607ba31271865cd90c8e9b
commit: 3c1b590472d567e22a607ba31271865cd90c8e9b
branch: master
author: Berker Peksag <berker.peksag at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-08-06T23:52:49+03:00
summary:

Fix HTML formatting in datamodel.rst (GH-8693)

files:
M Doc/reference/datamodel.rst

diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index b6a6d48862bc..81467d096bc5 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -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



More information about the Python-checkins mailing list