commit | ace008c531dd685a30c1dd68f9b5ba35f20171cf | [log] [tgz] |
---|---|---|
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | Mon Jan 11 08:11:41 2021 +0800 |
committer | GitHub <noreply@github.com> | Sun Jan 10 16:11:41 2021 -0800 |
tree | 92fa7482600acffc7b40592d061a9c8d9c37c8c1 | |
parent | 81f87bbf9f65702062021a78abd9b8f82c98a414 [diff] |
Fix various ParamSpec errors in typing (GH-24176) 1. ParamSpec -> TypeVar for ``typing.Concatenate`` 2. ParamSpec's call signature should align with its documentation. Noticed in GH-24169