Skip to content

Commit f4367ba

Browse files
authored
Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459)
1 parent be42c06 commit f4367ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/typing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ See :pep:`484` for more details.
150150

151151
.. versionadded:: 3.5.2
152152

153-
.. versionchanged:: 3.10.0
153+
.. versionchanged:: 3.10
154154
``NewType`` is now a class rather than a function. There is some additional
155155
runtime cost when calling ``NewType`` over a regular function. However, this
156156
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.
13231323

13241324
.. versionadded:: 3.5.2
13251325

1326-
.. versionchanged:: 3.10.0
1326+
.. versionchanged:: 3.10
13271327
``NewType`` is now a class rather than a function.
13281328

13291329
.. class:: TypedDict(dict)

0 commit comments

Comments
 (0)