From a2280d39ec9ff030abcbaba8e246c269587b9bea Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Sat, 9 May 2020 14:14:23 +0300 Subject: [PATCH] #7126, use past tense in changelog --- changelog/7126.bugfix.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/7126.bugfix.rst b/changelog/7126.bugfix.rst index 6817ee211..ad3368d77 100644 --- a/changelog/7126.bugfix.rst +++ b/changelog/7126.bugfix.rst @@ -1,3 +1,3 @@ -Use ``saferepr`` to format bytes ``parametrize`` parameters for ``--setup-show`` -output to prevent errors when Python is called with ``-bb`` to catch bytearray with -unicode comparison. +Switched to ``saferepr`` to format bytes ``parametrize`` parameters +for ``--setup-show`` output to prevent errors when Python is called with ``-bb`` +to catch bytearray with unicode comparison.