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

Miss Islington (bot) webhook-mailer at python.org
Mon Aug 6 17:12:40 EDT 2018


https://github.com/python/cpython/commit/b481aeeff7ce7cb1a469d17214ca0d42610fea24
commit: b481aeeff7ce7cb1a469d17214ca0d42610fea24
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-08-06T14:12:37-07:00
summary:

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

(cherry picked from commit 3c1b590472d567e22a607ba31271865cd90c8e9b)

Co-authored-by: Berker Peksag <berker.peksag at gmail.com>

files:
M Doc/reference/datamodel.rst

diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index f3f9e5f00bfc..735ecbf66939 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