Add more entries to the glossary.

Written by Jeff Wheeler for GHOP.
This commit is contained in:
Georg Brandl 2007-12-02 14:58:50 +00:00
parent b15a8df519
commit 584265b001
21 changed files with 166 additions and 64 deletions

View file

@ -428,7 +428,7 @@ when the function is called.
The function definition does not execute the function body; this gets executed
only when the function is called.
A function definition may be wrapped by one or more decorator expressions.
A function definition may be wrapped by one or more :term:`decorator` expressions.
Decorator expressions are evaluated when the function is defined, in the scope
that contains the function definition. The result must be a callable, which is
invoked with the function object as the only argument. The returned value is