From cc6a19adccea3e10243a166b87d852b6f95414b5 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 5 Mar 2021 09:41:17 -0800 Subject: [PATCH] fix typo in comments --- jc/parsers/yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/yaml.py b/jc/parsers/yaml.py index d21a144c..51efe5af 100644 --- a/jc/parsers/yaml.py +++ b/jc/parsers/yaml.py @@ -135,7 +135,7 @@ def parse(data, raw=False, quiet=False): if jc.utils.has_data(data): # monkey patch to disable plugins since we don't use them and in - # ruamel.yaml versions prior to 0.17.0 the use of __name__ in the + # ruamel.yaml versions prior to 0.17.0 the use of __file__ in the # plugin code is incompatible with the pyoxidizer packager YAML.official_plug_ins = lambda a: []