]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Feb 2026 13:18:48 +0000 (14:18 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 13:18:48 +0000 (13:18 +0000)
commitf1534307e80ef3a60d656bb60e31ed605ff312f0
tree5556d8a630a736db518ee806c3089c6e94498f4e
parentcb1d20b81d7d66e4cd99b231a6c23214d625da95
[3.13] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145175)

(cherry picked from commit 4c95ad8e495646eae4130957e0a4c1cc5ef19120)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Lib/inspect.py