From 3e8e9cc25d3ec1507a0e08028844205e92f488b7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 12 Nov 2008 21:26:46 +0000 Subject: [PATCH] getfullargspec() has other virtues, too --- Doc/library/inspect.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 6918a25ee57..3752bf16545 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -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)