Skip to content

Commit 3e6ec0a

Browse files
committed
Updated changelog and docs
1 parent 1eabcb6 commit 3e6ec0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Fix bug where a subscripted `TypeAliasType` instance did not have all
1313
attributes of the original `TypeAliasType` instance on older Python versions.
1414
Patch by [Daraan](https://github.com/Daraan) and Alex Waygood.
15-
- Extended the Concatenate backport for Python 3.9 and 3.10 to now accept
15+
- Extended the Concatenate backport for Python 3.8-3.10 to now accept
1616
ellipsis as an argument. Patch by [Daraan](https://github.com/Daraan).
1717

1818
# Release 4.12.2 (June 7, 2024)

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Special typing primitives
178178
See :py:data:`typing.Concatenate` and :pep:`612`. In ``typing`` since 3.10.
179179

180180
The backport does not support certain operations involving ``...`` as
181-
a parameter; see :pr:`442`, :issue:`48` and :issue:`110` for details.
181+
a parameter; see :issue:`48` and :pr:`442` for details.
182182

183183
.. data:: Final
184184

0 commit comments

Comments
 (0)