Skip to content

Commit 5b3c113

Browse files
committed
lint
1 parent 9af47e1 commit 5b3c113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/deprecations/pending-removal-in-3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Pending removal in Python 3.15
8585
has been deprecated since Python 3.13.
8686
Use the class-based syntax or the functional syntax instead.
8787

88-
* When using the functional syntax of :class:`~typing.TypedDict`s, failing
88+
* When using the functional syntax of :class:`~typing.TypedDict`\s, failing
8989
to pass a value to the *fields* parameter (``TD = TypedDict("TD")``) or
9090
passing ``None`` (``TD = TypedDict("TD", None)``) has been deprecated
9191
since Python 3.13.

0 commit comments

Comments
 (0)