From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 6 Aug 2018 21:12:37 +0000 (-0700) Subject: Fix HTML formatting in datamodel.rst (GH-8693) X-Git-Tag: v3.7.1rc1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b481aeeff7ce7cb1a469d17214ca0d42610fea24;p=thirdparty%2FPython%2Fcpython.git Fix HTML formatting in datamodel.rst (GH-8693) (cherry picked from commit 3c1b590472d567e22a607ba31271865cd90c8e9b) Co-authored-by: Berker Peksag --- 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