summaryrefslogtreecommitdiff
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
commitaa1b682510d885e47553e591f1ae94875d891367 (patch)
tree95545f0a3ae868740e8fdcc9f53391462be92276
parent1b442440d5eb6f80f9d6d167fcf6c39486aa707a (diff)
parentc9c20125666b0782589c36fc3abf6b230995da96 (diff)
downloadcpython-aa1b682510d885e47553e591f1ae94875d891367.tar.gz
Merge from 3.5
-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.