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 cd52172 commit 510af74Copy full SHA for 510af74
Lib/annotationlib.py
@@ -919,7 +919,7 @@ def get_annotations(
919
does not exist, the __annotate__ function is called. The
920
FORWARDREF format uses __annotations__ if it exists and can be
921
evaluated, and otherwise falls back to calling the __annotate__ function.
922
- The SOURCE format tries __annotate__ first, and falls back to
+ The STRING format tries __annotate__ first, and falls back to
923
using __annotations__, stringified using annotations_to_string().
924
925
This function handles several details for you:
0 commit comments