Skip to content

Commit

Permalink
Minor misspelling fix (#178)
Browse files Browse the repository at this point in the history
time_tresh -> time_thresh
  • Loading branch information
pkirlin authored Mar 27, 2020
1 parent 78e33ab commit 82083e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretty_midi/pretty_midi.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def get_pitch_class_transition_matrix(self, normalize=False,
time_thresh=0.05):
"""Computes the total pitch class transition matrix of all instruments.
Transitions are added whenever the end of a note is within
``time_tresh`` from the start of any other note.
``time_thresh`` from the start of any other note.
Parameters
----------
Expand Down

0 comments on commit 82083e0

Please sign in to comment.