diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2018-08-06 20:52:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-06 20:52:49 (GMT) |
commit | 3c1b590472d567e22a607ba31271865cd90c8e9b (patch) | |
tree | 9e53997bb2f9f110b82943de81a07ce811a93707 /Doc/reference | |
parent | 5b2657fb8c5aaa98e5748e1c325c74b97ea12fd1 (diff) | |
download | cpython-3c1b590472d567e22a607ba31271865cd90c8e9b.zip cpython-3c1b590472d567e22a607ba31271865cd90c8e9b.tar.gz cpython-3c1b590472d567e22a607ba31271865cd90c8e9b.tar.bz2 |
Fix HTML formatting in datamodel.rst (GH-8693)
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/datamodel.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index b6a6d48..81467d0 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 |