summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-11-25 20:10:51 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-11-25 20:10:51 +0300
commita1d59af1ef8be4ee458e2631fa8411f3128a07b0 (patch)
tree5c223b8b025b81da9d73d64a699ef8389742a10d
parenta783493743366288a9f79f30f7b44361dd4b0ecc (diff)
parent861b6859418e2cf747475f83471075c18baf74bd (diff)
downloadcpython-git-a1d59af1ef8be4ee458e2631fa8411f3128a07b0.tar.gz
Merge from 3.6
-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.