Minor update of docs for inspect module.

This commit is contained in:
Andrew Svetlov 2012-08-13 18:23:54 +03:00
parent 4e48bf929b
commit eed1808dec
1 changed files with 1 additions and 1 deletions

View File

@ -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