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)