Commit 64a40949 authored by Georg Brandl's avatar Georg Brandl

Closes #14186: add link to PEP 3107 (function annotations) to the function definition section.

parent 065dedaf
...@@ -535,6 +535,11 @@ returned or passed around. Free variables used in the nested function can ...@@ -535,6 +535,11 @@ returned or passed around. Free variables used in the nested function can
access the local variables of the function containing the def. See section access the local variables of the function containing the def. See section
:ref:`naming` for details. :ref:`naming` for details.
.. seealso::
:pep:`3107` - Function Annotations
The original specification for function annotations.
.. _class: .. _class:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment