summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/inspect.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index e5010c8..27ebf52 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -563,7 +563,7 @@ function.
| | definition. |
+------------------------+----------------------------------------------+
- Print all keyword-only arguments without default values::
+ Example: print all keyword-only arguments without default values::
>>> def foo(a, b, *, c, d=10):
... pass