mirror of https://github.com/python/cpython
Closes #14186: add link to PEP 3107 (function annotations) to the function definition section.
This commit is contained in:
parent
065dedaf47
commit
64a40949cf
|
@ -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
|
||||
:ref:`naming` for details.
|
||||
|
||||
.. seealso::
|
||||
|
||||
:pep:`3107` - Function Annotations
|
||||
The original specification for function annotations.
|
||||
|
||||
|
||||
.. _class:
|
||||
|
||||
|
|
Loading…
Reference in New Issue