Skip to content

Commit

Permalink
Use proper reST attribute markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson authored and vinaycalastry committed Dec 11, 2019
1 parent d03be06 commit d5f52d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions changelog/6255.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Clear the ``sys.last_traceback``, ``sys.last_type`` and ``sys.last_value``
attributes by deleting them instead of setting them to ``None``. This better
matches the behaviour of the Python standard library.
Clear the :py:attr:`sys.last_traceback`, :py:attr:`sys.last_type`
and :py:attr:`sys.last_value` attributes by deleting them instead
of setting them to ``None``. This better matches the behaviour of
the Python standard library.

0 comments on commit d5f52d8

Please sign in to comment.