Skip to content

Commit

Permalink
Cleaned up music21.stream.timespans.
Browse files Browse the repository at this point in the history
  • Loading branch information
josiah-wolf-oberholtzer committed Apr 15, 2014
1 parent 5c61f38 commit 26a8ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music21/stream/timespans.py
Expand Up @@ -3039,7 +3039,7 @@ def testTimespanCollection(self):
stops = range(20)
random.shuffle(starts)
random.shuffle(stops)
timespans = [self.Timespan(start, stop)
timespans = [Timespan(start, stop)
for start, stop in zip(starts, stops)
]
tree = TimespanCollection()
Expand Down

0 comments on commit 26a8ff6

Please sign in to comment.