Skip to content

Commit a69e667

Browse files
Fixing docstring errors
1 parent 19c396f commit a69e667

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pandas/core/window.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
_shared_docs = dict(**_shared_docs)
3232
_doc_template = """
3333
34-
Returns
35-
-------
36-
same type as input
37-
38-
See Also
39-
--------
40-
pandas.Series.%(name)s
41-
pandas.DataFrame.%(name)s
34+
Returns
35+
-------
36+
same type as input
37+
38+
See Also
39+
--------
40+
Series.%(name)s
41+
DataFrame.%(name)s
4242
"""
4343

4444

0 commit comments

Comments
 (0)