summaryrefslogtreecommitdiff
path: root/buildstream/_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_yaml.py')
-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