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
Slightly more concise
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
Gouvernathor and AlexWaygood authored Feb 27, 2023
commit 94a4254150c0c92ca5090ba0ce37d8cf59583cc6
2 changes: 1 addition & 1 deletion Doc/library/inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ function.

Describes how argument values are bound to the parameter. The possible
values are accessible via :class:`Parameter` (like ``Parameter.KEYWORD_ONLY``),
and are guaranteed to support comparison and ordering, in the following order:
and support comparison and ordering, in the following order:

.. tabularcolumns:: |l|L|

Expand Down