diff options
-rw-r--r-- | Doc/library/typing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 12b5490..89d4bba 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -6,6 +6,8 @@ **Source code:** :source:`Lib/typing.py` +.. versionadded:: 3.5 + -------------- This module supports type hints as specified by :pep:`484`. The most |