Skip to content

Commit

Permalink
Fixed issue #227 by correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zmuranaka authored and lordmauve committed Jul 25, 2020
1 parent eb3049f commit df7c738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgzero/tone.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def validate_note(note):
if match is None:
raise InvalidNote(
'%s is not a valid note. '
'notes are A-F, are either normal, flat (b) or sharp (#) '
'notes are A-G, are either normal, flat (b) or sharp (#) '
'and of octave 0-8' % note
)
note, accidental, octave = match.group(1, 2, 3)
Expand Down

0 comments on commit df7c738

Please sign in to comment.