diff --git a/mycroft/skills/mycroft_skill/mycroft_skill.py b/mycroft/skills/mycroft_skill/mycroft_skill.py index 8796b2e27d27..5441023332a1 100644 --- a/mycroft/skills/mycroft_skill/mycroft_skill.py +++ b/mycroft/skills/mycroft_skill/mycroft_skill.py @@ -686,7 +686,7 @@ def find_resource(self, res_name, res_dirname=None): return result def _find_resource(self, res_name, lang, res_dirname=None): - """Find resource by name, lang and dir + """Finds a resource by name, lang and dir """ if res_dirname: # Try the old translated directory (dialog/vocab/regex)