Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2785 from timgates42/bugfix_typo_returns
Browse files Browse the repository at this point in the history
docs: fix simple typo, retruns -> returns
  • Loading branch information
krisgesling authored Jan 5, 2021
2 parents c0dac56 + 66270c3 commit 013726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycroft/skills/skill_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_vocab_file(path):
""" Read voc file.
This reads a .voc file, stripping out empty lines comments and expand
parentheses. It retruns each line as a list of all expanded
parentheses. It returns each line as a list of all expanded
alternatives.
Arguments:
Expand Down

0 comments on commit 013726e

Please sign in to comment.