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 376c734 commit c5d1fbdCopy full SHA for c5d1fbd
Doc/library/typing.rst
@@ -2203,9 +2203,9 @@ types.
2203
2204
Point2D = TypedDict('Point2D', x=int, y=int, label=str)
2205
2206
- .. deprecated-removed:: 3.11 3.13
2207
- The keyword-argument syntax is deprecated in 3.11 and will be removed
2208
- in 3.13. It may also be unsupported by static type checkers.
+ .. deprecated-removed:: 3.11 3.13
+ The keyword-argument syntax is deprecated in 3.11 and will be removed
+ in 3.13. It may also be unsupported by static type checkers.
2209
2210
The functional syntax should also be used when any of the keys are not valid
2211
:ref:`identifiers <identifiers>`, for example because they are keywords or contain hyphens.
0 commit comments