]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995)
authorZackery Spytz <zspytz@gmail.com>
Fri, 28 Jan 2022 18:08:11 +0000 (10:08 -0800)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 18:08:11 +0000 (02:08 +0800)
commitffa505b580464d9d90c29e69bd4db8c52275280a
treefcd27337171dd093e80d26db0f58514ad4bbda80
parent5445e173e76ec792358082caf660fbdc846c64b2
bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995)
Lib/typing.py