diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/utils.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 2a330ca953..202cbb4c12 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -155,7 +155,7 @@ The functions defined in this module share the following properties: decorate methods or classes; in the latter case, ``name`` is the name of the method to be decorated and is required. - ``decorator`` may also be a a list or tuple of functions. They are wrapped + ``decorator`` may also be a list or tuple of functions. They are wrapped in reverse order so that the call order is the order in which the functions appear in the list/tuple. |
