Skip to content

Commit 94b3c48

Browse files
Merge pull request #12001 from jorisvandenbossche/doc-alpha-escape
DOC: fix escape in EWM docstring
2 parents f2b083b + 7696f2a commit 94b3c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ def corr(self, other=None, pairwise=None, **kwargs):
966966
"""
967967

968968
class EWM(_Rolling):
969-
"""
969+
r"""
970970
Provides exponential weighted functions
971971
972972
.. versionadded:: 0.18.0

0 commit comments

Comments
 (0)