Skip to content

Commit

Permalink
Fix docstring test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermorgan committed May 1, 2024
1 parent 875e412 commit 5027404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music21/humdrum/spineParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@ def hdStringToNote(contents: str,
>>> n = humdrum.spineParser.hdStringToNote('gg#q/LL')
>>> n.duration
<music21.duration.GraceDuration unlinked type:quarter quarterLength:0.0>
<music21.duration.GraceDuration unlinked type:eighth quarterLength:0.0>
>>> n.duration.isGrace
True
Expand Down

0 comments on commit 5027404

Please sign in to comment.