Skip to content

Commit 45cb956

Browse files
committed
Clarify wording in annotate function documentation
1 parent d42d8ad commit 45cb956

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Doc/glossary.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ Glossary
3939
ABCs with the :mod:`abc` module.
4040

4141
annotate function
42-
A callable, usually a function, that can be called to retrieve the
43-
:term:`annotations <annotation>` of an object. An annotate function is accessible
44-
as the :attr:`~object.__annotate__` attribute of functions, classes, and modules.
45-
Annotate functions are a subset of :term:`evaluate functions <evaluate function>`.
42+
A callable that can be called to retrieve the :term:`annotations <annotation>` of
43+
an object. Annotate functions are usually :term:`functions <function>`,
44+
automatically generated as the :attr:`~object.__annotate__` attribute of functions,
45+
classes, and modules. Annotate functions are a subset of
46+
:term:`evaluate functions <evaluate function>`.
4647

4748
annotation
4849
A label associated with a variable, a class

0 commit comments

Comments
 (0)