Skip to content

Commit

Permalink
Fix changelog typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Oct 25, 2024
1 parent 139ac68 commit d07362a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d07362a

Please sign in to comment.