summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-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 cc9c22f..35aa994 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -753,8 +753,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|