Skip to content

Commit 1f81db6

Browse files
authored
Merge pull request #113 from EdwardBetts/spelling
correct spelling mistake
2 parents 2159121 + 01e7068 commit 1f81db6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ly/rhythm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def remove_dups(iterable):
4646
yield '' if i == old else i
4747
old = i
4848

49-
# decribes a musical item that has a duration
49+
# describes a musical item that has a duration
5050
music_item = collections.namedtuple('music_item', (
5151
'tokens', # tokens of the item
5252
'dur_tokens', # Duration tokens of the item

0 commit comments

Comments
 (0)