summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-11-25 20:10:30 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-11-25 20:10:30 +0300
commit861b6859418e2cf747475f83471075c18baf74bd (patch)
tree4101f2b7ca63a72825e682e4297f3b1cbc8c514f /Doc
parentd5c6b4785191dc4cb3fbea5b235cdf59723c3ab8 (diff)
parent4931122de80c6e7f14162ecc9c37b650a4a01a4a (diff)
downloadcpython-git-861b6859418e2cf747475f83471075c18baf74bd.tar.gz
Merge from 3.5
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/typing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 2446b4b8f0..2bac6f8672 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.