Use proper reST attribute markup.

This commit is contained in:
Mark Dickinson 2019-11-21 13:22:34 +00:00
parent 8d686a8e46
commit dbb8c146f0
1 changed files with 4 additions and 3 deletions

View File

@ -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.