Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas/core/window/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def create_section_header(header: str) -> str:
template_returns = dedent(
"""
Series or DataFrame
Return type is the same as the original object.\n
Return type is the same as the original object with ``np.float64`` dtype.\n
"""
).replace("\n", "", 1)

Expand Down