mirror of https://github.com/python/cpython
Minor update of docs for inspect module.
This commit is contained in:
parent
4e48bf929b
commit
eed1808dec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue