Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Idiom "whose" in Doc/reference/expressions.rst
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
  • Loading branch information
jeff5 and gvanrossum authored Aug 29, 2022
commit 2c0833d5683870de1bc6475f09e14642ad13241b
2 changes: 1 addition & 1 deletion Doc/reference/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ a :exc:`TypeError` exception is raised.
When ``**expression`` is used, each key in this mapping must be
an instance of :class:`str` or a :term:`hashable` sub-class of it.
Comment thread
jeff5 marked this conversation as resolved.
Outdated
Each value from the mapping is assigned to the first formal parameter
eligible for keyword assignment, where the name is equal to the key.
eligible for keyword assignment whose name is equal to the key.
A key need not be a Python identifier (e.g. ``"max-temp °F"`` is acceptable,
although it will not match any formal parameter that could be declared).
If there is no match to a formal parameter
Expand Down