Skip to content

Commit 1a21bea

Browse files
committed
Merge pull request #7618 from samuelstjean/patch-1
DOC: fixed typo in mlab.py
1 parent 93d09be commit 1a21bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/mlab.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Coherence (normalized cross spectral density)
1111
1212
:func:`csd`
13-
Cross spectral density uing Welch's average periodogram
13+
Cross spectral density using Welch's average periodogram
1414
1515
:func:`detrend`
1616
Remove the mean or best fit line from an array
@@ -30,7 +30,7 @@
3030
Principal Component Analysis
3131
3232
:func:`psd`
33-
Power spectral density uing Welch's average periodogram
33+
Power spectral density using Welch's average periodogram
3434
3535
:func:`rk4`
3636
A 4th order runge kutta integrator for 1D or ND systems

0 commit comments

Comments
 (0)