From: Berker Peksag <berker.peksag@gmail.com> Date: Mon, 6 Aug 2018 20:52:49 +0000 (+0300) Subject: Fix HTML formatting in datamodel.rst (GH-8693) X-Git-Tag: v3.8.0a1~1236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c1b590472d567e22a607ba31271865cd90c8e9b;p=python Fix HTML formatting in datamodel.rst (GH-8693) --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index b6a6d48862..81467d096b 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