summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-06-30 19:41:31 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-06-30 19:41:31 +0900
commit3295b38a3811e1d4e352537af70b50264b2cc2d4 (patch)
treeae65a50fde3ab064ed6d69f2d2ad11d572459908
parent2db85bddd9039be389935bda255469205bf087af (diff)
downloadbuildstream-3295b38a3811e1d4e352537af70b50264b2cc2d4.tar.gz
element.py: Docstring fix
Use proper note.
-rw-r--r--buildstream/element.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index 5f78abed6..b469a9870 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -299,11 +299,11 @@ class Element(Plugin):
Returns:
(:class:`~.utils.FileListResult`): The result describing what happened while staging
- Note::
+ .. note::
Directories in `dest` are replaced with files from `src`,
- unless the existing directory in `dest` is not empty in which
- case the path will be reported in the return value.
+ unless the existing directory in `dest` is not empty in
+ which case the path will be reported in the return value.
**Example:**