From 4747dfc01658a74f5607b64ed02b2a0aae9eff3b Mon Sep 17 00:00:00 2001 From: Tim Beyer <35711942+TimFelixBeyer@users.noreply.github.com> Date: Sat, 18 Nov 2023 20:39:53 +0800 Subject: [PATCH] lint --- music21/chord/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),