From b9db4825052d2fa64c67d3ac12786ed927c79634 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Wed, 25 Sep 2024 16:35:00 -0400 Subject: [PATCH] Fix release note typo --- doc/whatsnew/3/3.3/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whatsnew/3/3.3/index.rst b/doc/whatsnew/3/3.3/index.rst index 0faf140c77..9b47c852ab 100644 --- a/doc/whatsnew/3/3.3/index.rst +++ b/doc/whatsnew/3/3.3/index.rst @@ -66,7 +66,7 @@ New Checks Closes #9099 (`#9099 `_) -- Add `using-exception-group-in-unsupported-version` and +- Add `using-exception-groups-in-unsupported-version` and `using-generic-type-syntax-in-unsupported-version` for uses of Python 3.11+ or 3.12+ features on lower supported versions provided with `--py-version`.