Skip to content

Commit a506398

Browse files
authored
Fix changelog typos (#494)
1 parent 139ac68 commit a506398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ aliases that have a `Concatenate` special form as their argument.
2323
`Ellipsis` as an argument. Patch by [Daraan](https://github.com/Daraan).
2424
- Fix error in subscription of `Unpack` aliases causing nested Unpacks
2525
to not be resolved correctly. Patch by [Daraan](https://github.com/Daraan).
26-
- Backport of CPython PR [#124795](https://github.com/python/cpython/pull/124795)
27-
and fix that `TypeAliasType` not raising an error on non-tupple inputs for `type_params`.
26+
- Backport CPython PR [#124795](https://github.com/python/cpython/pull/124795):
27+
fix `TypeAliasType` not raising an error on non-tuple inputs for `type_params`.
2828
Patch by [Daraan](https://github.com/Daraan).
2929

3030
# Release 4.12.2 (June 7, 2024)

0 commit comments

Comments
 (0)