From c61db67920e808621f3d6cb40ec8d7e56d482367 Mon Sep 17 00:00:00 2001 From: Samuel St-Jean Date: Mon, 12 Dec 2016 13:42:53 +0100 Subject: [PATCH] DOC: fixed typo --- lib/matplotlib/mlab.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/mlab.py b/lib/matplotlib/mlab.py index c0d99038d6ac..b0b2a3e65fae 100644 --- a/lib/matplotlib/mlab.py +++ b/lib/matplotlib/mlab.py @@ -10,7 +10,7 @@ Coherence (normalized cross spectral density) :func:`csd` - Cross spectral density uing Welch's average periodogram + Cross spectral density using Welch's average periodogram :func:`detrend` Remove the mean or best fit line from an array @@ -30,7 +30,7 @@ Principal Component Analysis :func:`psd` - Power spectral density uing Welch's average periodogram + Power spectral density using Welch's average periodogram :func:`rk4` A 4th order runge kutta integrator for 1D or ND systems