From 02578fddc7d2290c2b960c2841e37366bc552c9a Mon Sep 17 00:00:00 2001 From: Angelos Evripiotis Date: Wed, 20 Mar 2019 10:18:55 +0000 Subject: buildstream/_yaml: Provenance, fix type in doc str --- buildstream/_yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1