Mention both relevant PEPs in function annotations tutorial (GH-6304)
Patch by Neeraj Badlani.
This commit is contained in:
parent
d6ef6db9ff
commit
643ff711fa
|
@ -678,8 +678,8 @@ Function Annotations
|
||||||
single: -> (return annotation assignment)
|
single: -> (return annotation assignment)
|
||||||
|
|
||||||
:ref:`Function annotations <function>` are completely optional metadata
|
:ref:`Function annotations <function>` are completely optional metadata
|
||||||
information about the types used by user-defined functions (see :pep:`484`
|
information about the types used by user-defined functions (see :pep:`3107` and
|
||||||
for more information).
|
:pep:`484` for more information).
|
||||||
|
|
||||||
Annotations are stored in the :attr:`__annotations__` attribute of the function
|
Annotations are stored in the :attr:`__annotations__` attribute of the function
|
||||||
as a dictionary and have no effect on any other part of the function. Parameter
|
as a dictionary and have no effect on any other part of the function. Parameter
|
||||||
|
|
Loading…
Reference in New Issue