[issue46560] ParamSpec: Typo in doc string

2022-01-28 Thread Ken Jin
Ken Jin added the comment: Thanks for the fix Zackery. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue46560] ParamSpec: Typo in doc string

2022-01-28 Thread miss-islington
miss-islington added the comment: New changeset 315a60acd14dd730b2081574c09ccc29e92ee687 by Miss Islington (bot) in branch '3.10': bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995) https://github.com/python/cpython/commit/315a60acd14dd730b2081574c09ccc29e92ee687 --

[issue46560] ParamSpec: Typo in doc string

2022-01-28 Thread Ken Jin
Ken Jin added the comment: New changeset ffa505b580464d9d90c29e69bd4db8c52275280a by Zackery Spytz in branch 'main': bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995) https://github.com/python/cpython/commit/ffa505b580464d9d90c29e69bd4db8c52275280a -- nosy: +kj __

[issue46560] ParamSpec: Typo in doc string

2022-01-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29177 pull_request: https://github.com/python/cpython/pull/30996 ___ Python tracker _

[issue46560] ParamSpec: Typo in doc string

2022-01-28 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +29176 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/30995 ___ Python tracker

[issue46560] ParamSpec: Typo in doc string

2022-01-28 Thread Alex Waygood
Change by Alex Waygood : -- assignee: -> docs@python components: +Documentation nosy: +docs@python stage: -> needs patch versions: +Python 3.11 ___ Python tracker ___ ___

[issue46560] ParamSpec: Typo in doc string

2022-01-27 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Thanks for noticing! Would you like to submit a PR to fix it? -- nosy: +Jelle Zijlstra ___ Python tracker ___ ___

[issue46560] ParamSpec: Typo in doc string

2022-01-27 Thread Evan
New submission from Evan : Apologies if this is pedantic; in the typing.py file the ParamSpec's doc string says: "They are only valid when used in ``Concatenate``, or s the first argument to ``Callable``" I believe it should be: "They are only valid when used in ``Concatenate``, or a