Commit c730931f authored by Zachary Ware's avatar Zachary Ware

Issue #25603: Add missing parenthesis.

parent ccbc8ded
......@@ -478,7 +478,7 @@ The module defines the following classes, functions and decorators:
Usage::
Employee = typing.NamedTuple('Employee', [('name', str), 'id', int)])
Employee = typing.NamedTuple('Employee', [('name', str), ('id', int)])
This is equivalent to::
......
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