Skip to content

Commit 1ab0139

Browse files
committed
Clarify type of annotate function in glossary
1 parent c008676 commit 1ab0139

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/glossary.rst

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

4141
annotate function
42-
A function that can be called to retrieve the :term:`annotations <annotation>`
43-
of an object. This function is accessible as the :attr:`~object.__annotate__`
44-
attribute of functions, classes, and modules. Annotate functions are a
45-
subset of :term:`evaluate functions <evaluate 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>`.
4646

4747
annotation
4848
A label associated with a variable, a class

0 commit comments

Comments
 (0)