From d07362ad9521ea7fbdadf6535fea2322ff4321ac Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 25 Oct 2024 15:47:05 +0100 Subject: [PATCH] Fix changelog typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043b5feb..069381db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,8 @@ aliases that have a `Concatenate` special form as their argument. `Ellipsis` as an argument. Patch by [Daraan](https://github.com/Daraan). - Fix error in subscription of `Unpack` aliases causing nested Unpacks to not be resolved correctly. Patch by [Daraan](https://github.com/Daraan). -- Backport of CPython PR [#124795](https://github.com/python/cpython/pull/124795) - and fix that `TypeAliasType` not raising an error on non-tupple inputs for `type_params`. +- Backport CPython PR [#124795](https://github.com/python/cpython/pull/124795): + fix `TypeAliasType` not raising an error on non-tuple inputs for `type_params`. Patch by [Daraan](https://github.com/Daraan). # Release 4.12.2 (June 7, 2024)