Skip to content

Commit a651c8b

Browse files
committed
removed a potential double line from a dcostring
1 parent e5a211f commit a651c8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/series.py

-1
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,6 @@ def to_markdown(
14611461
-------
14621462
str
14631463
{klass} in Markdown-friendly format.
1464-
14651464
{examples}
14661465
"""
14671466
return self.to_frame().to_markdown(buf, mode, **kwargs)

0 commit comments

Comments
 (0)