You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:10:19 UTC

[buildstream] 02/06: plugin.py: Removed documentation notes about whitespace stripping

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/stop-stripping-whitespace
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit de7d43845d8034a4fde5f36ce98032612c204f00
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Dec 11 18:38:00 2018 +0900

    plugin.py: Removed documentation notes about whitespace stripping
    
    The public methods for loading YAML no longer strip whitespace.
---
 buildstream/plugin.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/buildstream/plugin.py b/buildstream/plugin.py
index 2f51c88..1fc96a9 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