We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ef6db commit 643ff71Copy full SHA for 643ff71
Doc/tutorial/controlflow.rst
@@ -678,8 +678,8 @@ Function Annotations
678
single: -> (return annotation assignment)
679
680
:ref:`Function annotations <function>` are completely optional metadata
681
-information about the types used by user-defined functions (see :pep:`484`
682
-for more information).
+information about the types used by user-defined functions (see :pep:`3107` and
+:pep:`484` for more information).
683
684
Annotations are stored in the :attr:`__annotations__` attribute of the function
685
as a dictionary and have no effect on any other part of the function. Parameter
0 commit comments