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)