[issue40745] Typo in library/typing

2021-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue40745] Typo in library/typing

2020-05-25 Thread miss-islington
miss-islington added the comment: New changeset b38bda6e90741a989db2fe321e8b98d5a5c4 by Miss Islington (bot) in branch '3.8': bpo-40745: Fix typos in NewType docs (GH-20379) https://github.com/python/cpython/commit/b38bda6e90741a989db2fe321e8b98d5a5c4 --

[issue40745] Typo in library/typing

2020-05-25 Thread miss-islington
miss-islington added the comment: New changeset 6597e2af83e947d18706a3c2a463a7b728974a64 by Miss Islington (bot) in branch '3.9': bpo-40745: Fix typos in NewType docs (GH-20379) https://github.com/python/cpython/commit/6597e2af83e947d18706a3c2a463a7b728974a64 --

[issue40745] Typo in library/typing

2020-05-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +19671 pull_request: https://github.com/python/cpython/pull/20411 ___ Python tracker ___

[issue40745] Typo in library/typing

2020-05-25 Thread miss-islington
miss-islington added the comment: New changeset 2b0e654f91f28379c6c7ef5fd80e8754afb70935 by ziheng in branch 'master': bpo-40745: Fix typos in NewType docs (GH-20379) https://github.com/python/cpython/commit/2b0e654f91f28379c6c7ef5fd80e8754afb70935 -- nosy: +miss-islington

[issue40745] Typo in library/typing

2020-05-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +19670 pull_request: https://github.com/python/cpython/pull/20410 ___ Python tracker ___

[issue40745] Typo in library/typing

2020-05-25 Thread zihengCat
Change by zihengCat : -- keywords: +patch nosy: +zihengcat nosy_count: 3.0 -> 4.0 pull_requests: +19643 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20379 ___ Python tracker

[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, Python 3.6, Python 3.7 >

[issue40745] Typo in library/typing

2020-05-23 Thread Rémi Lapeyre
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, Python 3.6, Python 3.7 ___ Python tracker

[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