Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermorgan committed Dec 26, 2023
1 parent 2a80035 commit 5c7a5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music21/meter/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def fractionSum(numDenomTuple):
>>> fractionSum(())
(0, 1)
Not reducing to the lowest terms is a feature of this method.
Not reducing to the lowest terms is a feature of this method.
i.e. 3/8 + 3/8 = 6/8, not 3/4:
>>> fractionSum(((3, 8), (3, 8)))
Expand Down

0 comments on commit 5c7a5cf

Please sign in to comment.