Fixed spelling error: "condidence" to "confidence"
authorTHE-COB <jmlife6@gmail.com>
Wed, 26 Feb 2020 21:23:34 +0000 (16:23 -0500)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2020 21:23:34 +0000 (16:23 -0500)
python/demos/demo_pitch.py

index 555a30e..b85d2a0 100755 (executable)
@@ -97,7 +97,7 @@ ax3.plot(times, confidences)
 # draw a line at tolerance
 ax3.plot(times, [tolerance]*len(confidences))
 ax3.axis( xmin = times[0], xmax = times[-1])
-ax3.set_ylabel('condidence')
+ax3.set_ylabel('confidence')
 set_xlabels_sample2time(ax3, times[-1], samplerate)
 plt.show()
 #plt.savefig(os.path.basename(filename) + '.svg')