diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-11-25 17:10:30 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-11-25 17:10:30 (GMT) |
commit | 861b6859418e2cf747475f83471075c18baf74bd (patch) | |
tree | 4101f2b7ca63a72825e682e4297f3b1cbc8c514f /Doc | |
parent | d5c6b4785191dc4cb3fbea5b235cdf59723c3ab8 (diff) | |
parent | 4931122de80c6e7f14162ecc9c37b650a4a01a4a (diff) | |
download | cpython-861b6859418e2cf747475f83471075c18baf74bd.zip cpython-861b6859418e2cf747475f83471075c18baf74bd.tar.gz cpython-861b6859418e2cf747475f83471075c18baf74bd.tar.bz2 |
Merge from 3.5
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/typing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 2446b4b..2bac6f8 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -754,7 +754,7 @@ The module defines the following classes, functions and decorators: runtime we intentionally don't check anything (we want this to be as fast as possible). -.. function:: get_type_hints(obj[, globals[, locals]) +.. function:: get_type_hints(obj[, globals[, locals]]) Return a dictionary containing type hints for a function, method, module or class object. |