Commit 3c1b5904 authored by Berker Peksag's avatar Berker Peksag Committed by GitHub

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

parent 5b2657fb
...@@ -1059,9 +1059,9 @@ Internal types ...@@ -1059,9 +1059,9 @@ Internal types
trace (towards the frame where the exception occurred), or ``None`` if trace (towards the frame where the exception occurred), or ``None`` if
there is no next level. there is no next level.
.. versionchanged:: 3.7 .. versionchanged:: 3.7
Traceback objects can now be explicitly instantiated from Python code, Traceback objects can now be explicitly instantiated from Python code,
and the ``tb_next`` attribute of existing instances can be updated. and the ``tb_next`` attribute of existing instances can be updated.
Slice objects Slice objects
.. index:: builtin: slice .. index:: builtin: slice
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment