summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/typing.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index a3a6181..7fc0aa3 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -2767,10 +2767,6 @@ Introspection helpers
.. versionchanged:: 3.9
Added ``include_extras`` parameter as part of :pep:`593`.
- .. versionchanged:: 3.10
- Calling ``get_type_hints()`` on a class no longer returns the annotations
- of its base classes.
-
.. versionchanged:: 3.11
Previously, ``Optional[t]`` was added for function and method annotations
if a default value equal to ``None`` was set.