Skip to content

Commit

Permalink
templateStream was not optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Aug 3, 2022
1 parent 2e91b15 commit 9a8c06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music21/tree/toStream.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def chordified(timespans, templateStream=None): # pragma: no cover

@common.deprecated('v7', 'v8', 'use chordify() instead')
def partwise(tsTree: 'music21.tree.timespanTree.TimespanTree',
templateStream: 'music21.stream.Score' = None): # pragma: no cover
templateStream: 'music21.stream.Score'): # pragma: no cover
'''
DEPRECATED in v7 -- use chordify()
'''
Expand Down

0 comments on commit 9a8c06c

Please sign in to comment.