diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-04-11 14:23:22 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-04-11 14:23:22 (GMT) |
commit | a9901e86babd1722bc0861ed5c316477f94439aa (patch) | |
tree | a6e6e60bb9e6106663afe8973b215006dd627495 | |
parent | 2c57da0e48f08f8f5b0ef69eb76eff2618e40b05 (diff) | |
download | cpython-a9901e86babd1722bc0861ed5c316477f94439aa.zip cpython-a9901e86babd1722bc0861ed5c316477f94439aa.tar.gz cpython-a9901e86babd1722bc0861ed5c316477f94439aa.tar.bz2 |
typing doc: add versionadded 3.5
-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 |