summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/inspect.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index 6a696c9..caca105 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -780,8 +780,9 @@ function.
.. attribute:: Parameter.kind
- Describes how argument values are bound to the parameter. Possible values
- (accessible via :class:`Parameter`, like ``Parameter.KEYWORD_ONLY``):
+ Describes how argument values are bound to the parameter. The possible
+ values are accessible via :class:`Parameter` (like ``Parameter.KEYWORD_ONLY``),
+ and support comparison and ordering, in the following order:
.. tabularcolumns:: |l|L|