mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Minor update of docs for inspect module.
This commit is contained in:
parent
4e48bf929b
commit
eed1808dec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue