diff --git a/music21/chord/tables.py b/music21/chord/tables.py index 979114463..cee1bbd34 100644 --- a/music21/chord/tables.py +++ b/music21/chord/tables.py @@ -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),