commit | 3e8e9cc25d3ec1507a0e08028844205e92f488b7 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Nov 12 21:26:46 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Nov 12 21:26:46 2008 +0000 |
tree | 6a8c2889b7a9bc25f6ec0be217eae2ea94a9a5b7 | |
parent | 727c2c5d658b3933e4f971089c04bcf73c8c3975 [diff] |
getfullargspec() has other virtues, too
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 6918a25..3752bf1 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst
@@ -394,7 +394,7 @@ .. deprecated:: 3.0 Use :func:`getfullargspec` instead, which provides information about - keyword-only arguments. + keyword-only arguments and annotations. .. function:: getfullargspec(func)