]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541)
authorBartosz Sławecki <bartosz@ilikepython.com>
Tue, 24 Feb 2026 12:17:45 +0000 (13:17 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 12:17:45 +0000 (13:17 +0100)
commit4c95ad8e495646eae4130957e0a4c1cc5ef19120
treed270df9732cfe795eaa16e8a340156e3d922b8a7
parent27ded243485670fa836c9bb421e37a6ef16eca8e
Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541)
Lib/inspect.py