Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f157b5

Browse files
QuLogicMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #10877: Fix invalid escape sequence in docstring.
1 parent 711bb3f commit 7f157b5

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
@@ -1844,7 +1844,7 @@ def acorr(self, x, **kwargs):
18441844
@_preprocess_data(replace_names=["x", "y"], label_namer="y")
18451845
def xcorr(self, x, y, normed=True, detrend=mlab.detrend_none,
18461846
usevlines=True, maxlags=10, **kwargs):
1847-
"""
1847+
r"""
18481848
Plot the cross correlation between *x* and *y*.
18491849
18501850
The correlation with lag k is defined as sum_n x[n+k] * conj(y[n]).

0 commit comments

Comments
 (0)