From 2a6bf9202a4fb53e46ead333b9ecbb3ee8d507ce Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Thu, 21 Nov 2019 13:37:17 +0000 Subject: [PATCH] Fix reST markup. --- changelog/6255.bugfix.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/changelog/6255.bugfix.rst b/changelog/6255.bugfix.rst index 6eb064ef3f5..831187feb84 100644 --- a/changelog/6255.bugfix.rst +++ b/changelog/6255.bugfix.rst @@ -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.