Skip to content

Commit 01e7068

Browse files
committed
correct spelling mistake
1 parent 2159121 commit 01e7068

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)