Skip to content

Commit 5c15b1a

Browse files
[3.12] gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936) (GH-124004)
(cherry picked from commit 8e99495) Co-authored-by: Nice Zombies <[email protected]>
1 parent 9e93556 commit 5c15b1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/inspect.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,8 @@ function.
986986
.. attribute:: BoundArguments.kwargs
987987

988988
A dict of keyword arguments values. Dynamically computed from the
989-
:attr:`arguments` attribute.
989+
:attr:`arguments` attribute. Arguments that can be passed positionally
990+
are included in :attr:`args` instead.
990991

991992
.. attribute:: BoundArguments.signature
992993

0 commit comments

Comments
 (0)