Thanks to visit codestin.com Credit goes to github.com
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 38e8936 commit 0d19fa9Copy full SHA for 0d19fa9
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