Skip to content

Commit a4139ae

Browse files
authored
Merge pull request #10877 from anntzer/raw-docstring
Fix invalid escape sequence in docstring.
2 parents 2164417 + fff7bcc commit a4139ae

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
@@ -1669,7 +1669,7 @@ def acorr(self, x, **kwargs):
16691669
@_preprocess_data(replace_names=["x", "y"], label_namer="y")
16701670
def xcorr(self, x, y, normed=True, detrend=mlab.detrend_none,
16711671
usevlines=True, maxlags=10, **kwargs):
1672-
"""
1672+
r"""
16731673
Plot the cross correlation between *x* and *y*.
16741674
16751675
The correlation with lag k is defined as

0 commit comments

Comments
 (0)