Skip to content

Commit fa6c467

Browse files
committed
removed a potential double line from a dcostring
1 parent f45a0f6 commit fa6c467

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,6 @@ def to_markdown(
14381438
-------
14391439
str
14401440
{klass} in Markdown-friendly format.
1441-
14421441
{examples}
14431442
"""
14441443
return self.to_frame().to_markdown(buf, mode, **kwargs)

0 commit comments

Comments
 (0)