Commit 6e6ee30a authored by Zachary Ware's avatar Zachary Ware

Closes #25603: Merge with 3.5

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