From 28c35f1d1f6ac41f7d613bdfdac62d6455208020 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 7 Dec 2021 12:21:20 -0500 Subject: [PATCH] fix python version in changelog message --- 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.