8000 Merge pull request #6218 from samuelstjean/patch-1 · matplotlib/matplotlib@1111c1d · GitHub
[go: up one dir, main page]

Skip to content

Commit 1111c1d

Browse files
committed
Merge pull request #6218 from samuelstjean/patch-1
DOC: fix typo
2 parents fa18cd4 + 8ba1412 commit 1111c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ def xcorr(self, x, y, normed=True, detrend=mlab.detrend_none,
18041804
maxlags = Nx - 1
18051805

18061806
if maxlags >= Nx or maxlags < 1:
1807-
raise ValueError('maglags must be None or strictly '
1807+
raise ValueError('maxlags must be None or strictly '
18081808
'positive < %d' % Nx)
18091809

18101810
lags = np.arange(-maxlags, maxlags + 1)

0 commit comments

Comments
 (0)
0