diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-06 18:33:12 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-06 18:33:12 +0900 |
commit | 97110ee4a93afac3230e98da56a535f45554b338 (patch) | |
tree | e60edb847ef277545ec9936541c30af37e444856 /buildstream/buildelement.py | |
parent | 0363cd99497e2c620d75f4a60f6ca39ad37fac56 (diff) | |
download | buildstream-97110ee4a93afac3230e98da56a535f45554b338.tar.gz |
buildelement.py: Fixed doc string link.exceptions-refactor
Diffstat (limited to 'buildstream/buildelement.py')
-rw-r--r-- | buildstream/buildelement.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/buildelement.py b/buildstream/buildelement.py index ed900a250..824d21fd0 100644 --- a/buildstream/buildelement.py +++ b/buildstream/buildelement.py @@ -60,7 +60,7 @@ Commands are run in the following order: Sometimes it is interesting to append or prepend commands to an existing command list without replacing it entirely, for this; array composition :ref:`prepend <format_directives_list_prepend>` and -:ref:`prepend <format_directives_list_append>` directives can be used. +:ref:`append <format_directives_list_append>` directives can be used. **Example** |