Skip to content

Commit

Permalink
Fix HTML formatting in datamodel.rst (pythonGH-8693)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag authored Aug 6, 2018
1 parent 5b2657f commit 3c1b590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c1b590

Please sign in to comment.