We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2159121 + 01e7068 commit 1f81db6Copy full SHA for 1f81db6
1 file changed
ly/rhythm.py
@@ -46,7 +46,7 @@ def remove_dups(iterable):
46
yield '' if i == old else i
47
old = i
48
49
-# decribes a musical item that has a duration
+# describes a musical item that has a duration
50
music_item = collections.namedtuple('music_item', (
51
'tokens', # tokens of the item
52
'dur_tokens', # Duration tokens of the item
0 commit comments