summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-03-20 10:18:55 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-26 18:27:58 +0000
commit02578fddc7d2290c2b960c2841e37366bc552c9a (patch)
tree4f9c66e6311a1ed56a26eab9185391c159aaecaa
parent38d4c2ce4b182be71384d2f9f9a3d6374075a98c (diff)
downloadbuildstream-02578fddc7d2290c2b960c2841e37366bc552c9a.tar.gz
buildstream/_yaml: Provenance, fix type in doc str
-rw-r--r--buildstream/_yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_yaml.py b/buildstream/_yaml.py
index 73818c209..26da5e3be 100644
--- a/buildstream/_yaml.py
+++ b/buildstream/_yaml.py
@@ -54,7 +54,7 @@ class ProvenanceFile():
#
# Args:
# node (dict, list, value): A binding to the originally parsed value
-# filename (string): The filename the node was loaded from
+# filename (str): The filename the node was loaded from
# toplevel (dict): The toplevel of the loaded file, suitable for later dumps
# line (int): The line number where node was parsed
# col (int): The column number where node was parsed