diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index b86c34a6599b4b..f3c6a2e07475a8 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -1944,7 +1944,7 @@ Constant .. note:: - If ``from __future__ import annotations`` is used in Python 3.7 or later, + If ``from __future__ import annotations`` is used, annotations are not evaluated at function definition time. Instead, they are stored as strings in ``__annotations__``. This makes it unnecessary to use quotes around the annotation