mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
Closes #25603: Merge with 3.5
This commit is contained in:
commit
6e6ee30aad
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue