summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-06-30 19:39:26 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-06-30 19:39:26 +0900
commit2db85bddd9039be389935bda255469205bf087af (patch)
treef4f073afa240d6929b830543ea5c848e5491c722
parent499bacc276497fa12b71a778cdaf15d83e8efdd2 (diff)
downloadbuildstream-2db85bddd9039be389935bda255469205bf087af.tar.gz
scriptelement.py: Fixing docstring
This was causing sphinx to warn about non-existing references to 'stage'
-rw-r--r--buildstream/scriptelement.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildstream/scriptelement.py b/buildstream/scriptelement.py
index 399ee9613..b12ab656e 100644
--- a/buildstream/scriptelement.py
+++ b/buildstream/scriptelement.py
@@ -96,11 +96,11 @@ class ScriptElement(Element):
Args:
element (str): The name of the element to stage, or None. This may be any
- element found in the dependencies, whether it is a direct or indirect
- dependency.
+ element found in the dependencies, whether it is a direct
+ or indirect dependency.
destination (str): The path inside the staging area for where to
- stage this element. If it is not "/", then integration commands will
- not be run.
+ stage this element. If it is not "/", then integration
+ commands will not be run.
If this function is never called, then the default behavior is to just
stage the Scope.BUILD dependencies of the element in question at the