File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments