[issue40745] Typo in library/typing

New submission from Héctor Canto hectorcanto@gmail.com:
I found a small typo here: https://docs.python.org/3.8/library/typing.html?highlight=typing#typing.NewT...
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
Possible solution (remove the "s" in types): A helper function to indicate a distinct type to a typechecker, see NewType
---------- assignee: docs@python components: Documentation messages: 369730 nosy: docs@python, hectorcanto priority: normal severity: normal status: open title: Typo in library/typing type: enhancement versions: Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________

Rémi Lapeyre remi.lapeyre@henki.fr 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 report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________

Héctor Canto hectorcanto@gmail.com added the comment:
I'll try ASAP. Héctor Canto
On Sat, 23 May 2020 at 19:33, Rémi Lapeyre report@bugs.python.org wrote:
Rémi Lapeyre remi.lapeyre@henki.fr 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 report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________
----------
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________

Change by zihengCat zihenglv@gmail.com:
---------- 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 report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________

miss-islington mariatta.wijaya+miss-islington@gmail.com 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/2b0e654f91f28379c6c7ef5fd80e8754afb...
---------- nosy: +miss-islington
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________

Change by miss-islington mariatta.wijaya+miss-islington@gmail.com:
---------- pull_requests: +19670 pull_request: https://github.com/python/cpython/pull/20410
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________

Change by miss-islington mariatta.wijaya+miss-islington@gmail.com:
---------- pull_requests: +19671 pull_request: https://github.com/python/cpython/pull/20411
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________

miss-islington mariatta.wijaya+miss-islington@gmail.com 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/6597e2af83e947d18706a3c2a463a7b7289...
----------
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________

miss-islington mariatta.wijaya+miss-islington@gmail.com added the comment:
New changeset b38bd8888a6e90741a989db2fe321e8b98d5a5c4 by Miss Islington (bot) in branch '3.8': bpo-40745: Fix typos in NewType docs (GH-20379) https://github.com/python/cpython/commit/b38bd8888a6e90741a989db2fe321e8b98d...
----------
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________

Change by Irit Katriel iritkatriel@yahoo.com:
---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue40745 _______________________________________
participants (5)
-
Héctor Canto
-
Irit Katriel
-
miss-islington
-
Rémi Lapeyre
-
zihengCat