[issue40745] Typo in library/typing

2020-05-23 Thread Héctor Canto
Héctor Canto added the comment: I'll try ASAP. Héctor Canto On Sat, 23 May 2020 at 19:33, Rémi Lapeyre wrote: > > Rémi Lapeyre added the comment: > > Hi Héctor, can you open a new PR with those changes? > > -- > nosy: +remi.lapeyre > versions: -Python 3.5

[issue40745] Typo in library/typing

2020-05-23 Thread Héctor Canto
New submission from Héctor Canto : I found a small typo here: https://docs.python.org/3.8/library/typing.html?highlight=typing#typing.NewType I checked also in other 3.x versions and it is there too. Original: A helper function to indicate a distinct types to a typechecker, see NewType