Skip to content

Commit 8e99495

Browse files
authored
gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936)
1 parent f5597db commit 8e99495

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
@@ -1043,7 +1043,8 @@ function.
10431043
.. attribute:: BoundArguments.kwargs
10441044

10451045
A dict of keyword arguments values. Dynamically computed from the
1046-
:attr:`arguments` attribute.
1046+
:attr:`arguments` attribute. Arguments that can be passed positionally
1047+
are included in :attr:`args` instead.
10471048

10481049
.. attribute:: BoundArguments.signature
10491050

0 commit comments

Comments
 (0)