From 28cfa0feea938340e7352e4d59342347bfee98a3 Mon Sep 17 00:00:00 2001 From: Michael Scott Asato Cuthbert Date: Thu, 25 Apr 2024 12:01:07 -1000 Subject: [PATCH] flake8 --- music21/harmony.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music21/harmony.py b/music21/harmony.py index 8fcce313f..e6c2711f8 100644 --- a/music21/harmony.py +++ b/music21/harmony.py @@ -1516,7 +1516,7 @@ class ChordSymbol(Harmony): You can also create a Chord Symbol by writing out each degree, and any alterations to that degree: - + You must explicitly indicate EACH degree (a triad is NOT necessarily implied) >>> [str(p) for p in harmony.ChordSymbol('C35b7b9#11b13').pitches]