Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edudobay committed Nov 15, 2021
1 parent 89d5d11 commit 3b44b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingus/core/scales.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ class Octatonic(_Scale):
type = "other"

def __init__(self, note, octaves=1):
"""Create the octatonic (also known as "diminshed") scale starting
"""Create the octatonic (also known as "diminished") scale starting
on the chosen note."""
super(Octatonic, self).__init__(note, octaves)
self.name = "{0} octatonic".format(self.tonic)
Expand Down

0 comments on commit 3b44b33

Please sign in to comment.