[issue25603] spelling mistake - 26.1 typing

2015-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 81cc0cea2323 by Zachary Ware in branch '3.5': Issue #25603: Add missing parenthesis. https://hg.python.org/cpython/rev/81cc0cea2323 New changeset 1af59662f6d5 by Zachary Ware in branch 'default': Closes #25603: Merge with 3.5

[issue25603] spelling mistake - 26.1 typing

2015-11-11 Thread Matthias welp
New submission from Matthias welp: Almost at the end of the page, under Usage of Typing.NamedTuple(...), this code snippet occurs: `Employee = typing.NamedTuple('Employee', [('name', str), 'id', int)])`. Unfortunately, this has an error in its parenthesis. This can easily be fixed by adding

[issue25603] spelling mistake - 26.1 typing

2015-11-11 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report! -- nosy: +zach.ware versions: +Python 3.6 ___ Python tracker ___