From 5f70fcba2e9a011a9ed7d8c78bef8d7634457b2f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 8 Dec 2021 04:46:55 -0500 Subject: [PATCH] fix python version in changelog message (#9390) (cherry picked from commit 7ae23ff8ae6acdca4862e728bf7187c30d076d6c) --- changelog/9355.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/9355.bugfix.rst b/changelog/9355.bugfix.rst index 62ea79ea4..a2739369f 100644 --- a/changelog/9355.bugfix.rst +++ b/changelog/9355.bugfix.rst @@ -1 +1 @@ -Fixed error message prints function decorators when using assert in Python 3.9 and above. +Fixed error message prints function decorators when using assert in Python 3.8 and above.