commit | 6afc389e1d1fa969a6cbfe5d6e51d6c2f8637d7d | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Dec 22 03:49:18 2022 -0800 |
committer | GitHub <noreply@github.com> | Thu Dec 22 03:49:18 2022 -0800 |
tree | e387561528d9b70c63c96895f0174896fb2d7d87 | |
parent | 3e715e0cc811ebccce4234c3e25ef30787151d00 [diff] |
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>