Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TimFelixBeyer authored Nov 18, 2023
1 parent 64f3746 commit 4747dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music21/chord/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class ChordTablesException(exceptions21.Music21Exception):
# inverted form of Forte class 3-11 (minor/major triad) return 0, 2, 3
# (the zero could be assumed, but it makes my brain easier to have it there).
# It is faster to store this than to recompute it every time.
# Data cross-checked with
# Data cross-checked with
# https://web.archive.org/web/20130118035710/http://solomonsmusic.net/pcsets.htm
inversionDefaultPitchClasses = {
(3, 2): (0, 2, 3),
Expand Down

0 comments on commit 4747dfc

Please sign in to comment.