Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche authored Oct 23, 2017
1 parent a71c324 commit 0540a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def morse_to_text(verbose, text_only, gpio, period, maxbpm, dashduration, lcd):
'{} ms'.format(
milliseconds_dot_error_high, milliseconds_dash_error_high)
print 'A new letter will register when the unpressed duration is between ' \
'between {} and {} ms'.format(
'{} and {} ms'.format(
milliseconds_dot_error_high, milliseconds_dash_error_high)
print 'A new word will register when the unpressed duration is greater ' \
'than {} ms'.format(
Expand Down

0 comments on commit 0540a87

Please sign in to comment.