From 97110ee4a93afac3230e98da56a535f45554b338 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 6 Nov 2017 18:33:12 +0900 Subject: buildelement.py: Fixed doc string link. --- buildstream/buildelement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildstream') 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 ` and -:ref:`prepend ` directives can be used. +:ref:`append ` directives can be used. **Example** -- cgit v1.2.1