]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct typo in typing.py (#100423)
authordavid-why <david_why@outlook.com>
Thu, 22 Dec 2022 11:20:52 +0000 (19:20 +0800)
committerGitHub <noreply@github.com>
Thu, 22 Dec 2022 11:20:52 +0000 (11:20 +0000)
commit68981578eceee763da4163e93cf653cc6b1b6d35
treedc5ee46b6684394baf9fc2e033d66c5f2e6c4d05
parent3c033a2e6fbde56f904aeca138141be6564341cf
Correct typo in typing.py (#100423)

In the docstring of `ParamSpec`, the name of `P = ParamSpec('P')` was
mistakenly written as `'T'`.
Lib/typing.py