fix doc display wrong

This commit is contained in:
Prodesire 2017-11-14 08:44:31 +08:00
parent 6533079157
commit 7b3bdd5664
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ Inspect
-------
.. py:function:: pydu.inspect.getargspec(func)
Get the names and default values of a function's arguments.
A tuple of four things is returned: (args, varargs, varkw, defaults).