Closes #14186: add link to PEP 3107 (function annotations) to the function definition section.
diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index aea08e0..4ce7324 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -535,6 +535,11 @@
 access the local variables of the function containing the def.  See section
 :ref:`naming` for details.
 
+.. seealso::
+
+   :pep:`3107` - Function Annotations
+      The original specification for function annotations.
+
 
 .. _class: