commit | 68981578eceee763da4163e93cf653cc6b1b6d35 | [log] [tgz] |
---|---|---|
author | david-why <david_why@outlook.com> | Thu Dec 22 19:20:52 2022 +0800 |
committer | GitHub <noreply@github.com> | Thu Dec 22 11:20:52 2022 +0000 |
tree | dc5ee46b6684394baf9fc2e033d66c5f2e6c4d05 | |
parent | 3c033a2e6fbde56f904aeca138141be6564341cf [diff] |
Correct typo in typing.py (#100423) In the docstring of `ParamSpec`, the name of `P = ParamSpec('P')` was mistakenly written as `'T'`.