summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-11 18:38:00 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-11 18:38:00 +0900
commitde7d43845d8034a4fde5f36ce98032612c204f00 (patch)
treed3bf503e35a1ab5e3d508955f2228238f0112ce3
parentc5060461949444e81c37437010878beda973bcb8 (diff)
downloadbuildstream-de7d43845d8034a4fde5f36ce98032612c204f00.tar.gz
plugin.py: Removed documentation notes about whitespace stripping
The public methods for loading YAML no longer strip whitespace.
-rw-r--r--buildstream/plugin.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/buildstream/plugin.py b/buildstream/plugin.py
index 2f51c8807..1fc96a9d5 100644
--- a/buildstream/plugin.py
+++ b/buildstream/plugin.py
@@ -340,9 +340,6 @@ class Plugin():
Raises:
:class:`.LoadError`: When *member_name* is not found and no *default* was provided
- Note:
- Returned strings are stripped of leading and trailing whitespace
-
**Example:**
.. code:: python
@@ -441,9 +438,6 @@ class Plugin():
Raises:
:class:`.LoadError`
- Note:
- Returned strings are stripped of leading and trailing whitespace
-
**Example:**
.. code:: python