Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyoon committed Oct 26, 2023
1 parent 50a8509 commit 4c91423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neoscore/western/tuplet.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(
as the root staff of ``start_parent``. If omitted, the
stop point is relative to the start point.
indicator_text: The tuplet indicator text drawn at the middle of the spanner.
This should contain only of numbers and colons, for example "3" or "5:4".
This should consist only of numbers and colons, for example "3" or "5:4".
Any other character will cause a ``ValueError`` to be raised.
include_bracket: Whether to draw a bracket spanning the tuplet
bracket_dir: The direction the line's ending hook points.
Expand Down

0 comments on commit 4c91423

Please sign in to comment.