summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 18:33:12 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 18:33:12 +0900
commit97110ee4a93afac3230e98da56a535f45554b338 (patch)
treee60edb847ef277545ec9936541c30af37e444856
parent0363cd99497e2c620d75f4a60f6ca39ad37fac56 (diff)
downloadbuildstream-exceptions-refactor.tar.gz
buildelement.py: Fixed doc string link.exceptions-refactor
-rw-r--r--buildstream/buildelement.py2
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**