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 be42c06 commit f4367baCopy full SHA for f4367ba
Doc/library/typing.rst
@@ -150,7 +150,7 @@ See :pep:`484` for more details.
150
151
.. versionadded:: 3.5.2
152
153
-.. versionchanged:: 3.10.0
+.. versionchanged:: 3.10
154
``NewType`` is now a class rather than a function. There is some additional
155
runtime cost when calling ``NewType`` over a regular function. However, this
156
cost will be reduced in 3.11.0.
@@ -1323,7 +1323,7 @@ These are not used in annotations. They are building blocks for declaring types.
1323
1324
1325
1326
- .. versionchanged:: 3.10.0
+ .. versionchanged:: 3.10
1327
``NewType`` is now a class rather than a function.
1328
1329
.. class:: TypedDict(dict)
0 commit comments