We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af47e1 commit 5b3c113Copy full SHA for 5b3c113
Doc/deprecations/pending-removal-in-3.15.rst
@@ -85,7 +85,7 @@ Pending removal in Python 3.15
85
has been deprecated since Python 3.13.
86
Use the class-based syntax or the functional syntax instead.
87
88
- * When using the functional syntax of :class:`~typing.TypedDict`s, failing
+ * When using the functional syntax of :class:`~typing.TypedDict`\s, failing
89
to pass a value to the *fields* parameter (``TD = TypedDict("TD")``) or
90
passing ``None`` (``TD = TypedDict("TD", None)``) has been deprecated
91
since Python 3.13.
0 commit comments