Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)
(cherry picked from commit f4367ba3c533fc2dc9e32aa431d674f715b911f2)
Co-authored-by: Ori Avtalion <ori@avtalion.name>
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 8cccdc0..e8d7c9e 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -150,7 +150,7 @@
.. versionadded:: 3.5.2
-.. versionchanged:: 3.10.0
+.. versionchanged:: 3.10
``NewType`` is now a class rather than a function. There is some additional
runtime cost when calling ``NewType`` over a regular function. However, this
cost will be reduced in 3.11.0.
@@ -1323,7 +1323,7 @@
.. versionadded:: 3.5.2
- .. versionchanged:: 3.10.0
+ .. versionchanged:: 3.10
``NewType`` is now a class rather than a function.
.. class:: TypedDict(dict)