Skip to content

Commit e9d9de9

Browse files
Update CHANGELOG.md
Co-authored-by: Alex Waygood <[email protected]>
1 parent 3386627 commit e9d9de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Bugfixes and changed features:
4848
to reflect Python 3.13+ behavior: A value assigned to `__total__` in the class body of a
4949
`TypedDict` will be overwritten by the `total` argument of the `TypedDict` constructor.
5050
Patch by [Daraan](https://github.com/Daraan), backporting a CPython PR by Jelle Zijlstra.
51-
- `isinstance(typing_extensions.Unpack[...], TypeVar)` now evaluated to `False` on Python 3.11
51+
- `isinstance(typing_extensions.Unpack[...], TypeVar)` now evaluates to `False` on Python 3.11
5252
and newer, but remains `True` on versions before 3.11.
5353
Patch by [Daraan](https://github.com/Daraan).
5454

0 commit comments

Comments
 (0)