Commit fadc937c authored by Berker Peksag's avatar Berker Peksag

Add missing square bracket in typing.get_type_hints()

parent ec874fcc
......@@ -733,7 +733,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment