Commit b8de1867 authored by Antoine Catton's avatar Antoine Catton

Minor: fix typo on comment

parent 9860b7dc
...@@ -100,7 +100,7 @@ class GenericBaseRecipe(object): ...@@ -100,7 +100,7 @@ class GenericBaseRecipe(object):
def substituteTemplate(self, template_location, mapping_dict): def substituteTemplate(self, template_location, mapping_dict):
"""Read from file template_location an substitute content with """Read from file template_location an substitute content with
mapping_dict douing a dummy python format.""" mapping_dict doing a dummy python format."""
with open(template_location, 'r') as template: with open(template_location, 'r') as template:
return template.read() % mapping_dict return template.read() % mapping_dict
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment