summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-11-25 17:10:51 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-11-25 17:10:51 (GMT)
commita1d59af1ef8be4ee458e2631fa8411f3128a07b0 (patch)
tree5c223b8b025b81da9d73d64a699ef8389742a10d /Doc
parenta783493743366288a9f79f30f7b44361dd4b0ecc (diff)
parent861b6859418e2cf747475f83471075c18baf74bd (diff)
downloadcpython-a1d59af1ef8be4ee458e2631fa8411f3128a07b0.zip
cpython-a1d59af1ef8be4ee458e2631fa8411f3128a07b0.tar.gz
cpython-a1d59af1ef8be4ee458e2631fa8411f3128a07b0.tar.bz2
Merge from 3.6
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 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.