From 82083e0628d0557594576decb99300e1c81f728d Mon Sep 17 00:00:00 2001 From: Phil Kirlin Date: Fri, 27 Mar 2020 12:31:43 -0500 Subject: [PATCH] Minor misspelling fix (#178) time_tresh -> time_thresh --- pretty_midi/pretty_midi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretty_midi/pretty_midi.py b/pretty_midi/pretty_midi.py index 89a4ad1..c143594 100644 --- a/pretty_midi/pretty_midi.py +++ b/pretty_midi/pretty_midi.py @@ -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 ----------