Fix reST markup.
This commit is contained in:
parent
dbb8c146f0
commit
82424c9270
|
@ -1,4 +1,3 @@
|
|||
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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue