]> 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:49:18 +0000 (03:49 -0800)
committerGitHub <noreply@github.com>
Thu, 22 Dec 2022 11:49:18 +0000 (03:49 -0800)
commit6afc389e1d1fa969a6cbfe5d6e51d6c2f8637d7d
treee387561528d9b70c63c96895f0174896fb2d7d87
parent3e715e0cc811ebccce4234c3e25ef30787151d00
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