]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Jan 2022 18:36:16 +0000 (10:36 -0800)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 18:36:16 +0000 (10:36 -0800)
commit315a60acd14dd730b2081574c09ccc29e92ee687
tree61bf48a82e3b4d8eac37abba4899b270647dc235
parent4d191fcde426ca0643d961aa18e787103f05fce2
bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995)

(cherry picked from commit ffa505b580464d9d90c29e69bd4db8c52275280a)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/typing.py