diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2016-03-13 19:47:58 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-14 08:09:02 -0400 |
| commit | 9ed08da6c6bd45e18c743c80a086403a5d57a308 (patch) | |
| tree | 5a2dedaa5d3001379048fc59f689ecd91153de6c /docs/ref/utils.txt | |
| parent | d3c2d82ddef4b2bcf9d3d0b1ac59d7d65f5a7406 (diff) | |
[1.9.x] Fixed typos in docs.
Backport of 402da9ab7b2bae807b7ea30c23ef524b0aeb1903 from master
Diffstat (limited to 'docs/ref/utils.txt')
| -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 e85d69d462..a763fdc639 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -157,7 +157,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. |
