getfullargspec() has other virtues, too

This commit is contained in:
Benjamin Peterson 2008-11-12 21:26:46 +00:00
parent 727c2c5d65
commit 3e8e9cc25d
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ Classes and functions
.. deprecated:: 3.0
Use :func:`getfullargspec` instead, which provides information about
keyword-only arguments.
keyword-only arguments and annotations.
.. function:: getfullargspec(func)