diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2016-03-13 19:47:58 +0100 |
|---|---|---|
| committer | Jakub Wilk <jwilk@jwilk.net> | 2016-03-13 19:48:24 +0100 |
| commit | 402da9ab7b2bae807b7ea30c23ef524b0aeb1903 (patch) | |
| tree | 398cca9ff1cddcdbc8da7adeca62a25e6dae598a /docs/ref | |
| parent | 91f87b8f91f5f8d01ac4b814dce218be27f56ab2 (diff) | |
Fixed typos in docs.
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. |
