We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c396f commit a69e667Copy full SHA for a69e667
pandas/core/window.py
@@ -31,14 +31,14 @@
31
_shared_docs = dict(**_shared_docs)
32
_doc_template = """
33
34
-Returns
35
--------
36
-same type as input
37
-
38
-See Also
39
---------
40
-pandas.Series.%(name)s
41
-pandas.DataFrame.%(name)s
+ Returns
+ -------
+ same type as input
+
+ See Also
+ --------
+ Series.%(name)s
+ DataFrame.%(name)s
42
"""
43
44
0 commit comments