summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 0661c82..29c68ed 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -57,6 +57,8 @@ Glossary
See :term:`variable annotation`, :term:`function annotation`, :pep:`484`
and :pep:`526`, which describe this functionality.
+ Also see :ref:`annotations-howto`
+ for best practices on working with annotations.
argument
A value passed to a :term:`function` (or :term:`method`) when calling the
@@ -455,6 +457,8 @@ Glossary
See :term:`variable annotation` and :pep:`484`,
which describe this functionality.
+ Also see :ref:`annotations-howto`
+ for best practices on working with annotations.
__future__
A pseudo-module which programmers can use to enable new language features
@@ -1211,6 +1215,8 @@ Glossary
See :term:`function annotation`, :pep:`484`
and :pep:`526`, which describe this functionality.
+ Also see :ref:`annotations-howto`
+ for best practices on working with annotations.
virtual environment
A cooperatively isolated runtime environment that allows Python users