]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct typo in typing.py (GH-100423)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Dec 2022 11:43:55 +0000 (03:43 -0800)
committerGitHub <noreply@github.com>
Thu, 22 Dec 2022 11:43:55 +0000 (03:43 -0800)
commit58967d1abec9a88b1657c50b421795b4eb519e56
tree2741065e46a71d5a75338e4b9834a77bce470d6f
parent2dda6680ccb50bd1d8a8dcf0d524feb7daf5a3af
Correct typo in typing.py (GH-100423)

In the docstring of `ParamSpec`, the name of `P = ParamSpec('P')` was
mistakenly written as `'T'`.
(cherry picked from commit 68981578eceee763da4163e93cf653cc6b1b6d35)

Co-authored-by: david-why <david_why@outlook.com>
Lib/typing.py