Skip to content

Commit 8a4c8d9

Browse files
formatting
1 parent dbc39ce commit 8a4c8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

music21/search/lyrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def testCustomSeparator(self):
745745
for lenWordSep in range(5):
746746
wordSep = ' ' * lenWordSep
747747
ls = search.lyrics.LyricSearcher(s, wordSep)
748-
for pair in more_itertools.pairwise("长亭外古道边"):
748+
for pair in more_itertools.pairwise('长亭外古道边'):
749749
keyword = pair[0] + wordSep + pair[1]
750750
match = ls.search(keyword)
751751
self.assertEqual(len(match), 1)

0 commit comments

Comments
 (0)