Skip to content

Commit c3a6b25

Browse files
committed
removed a potential double line from a dcostring
1 parent 18bc623 commit c3a6b25

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
@@ -1464,7 +1464,6 @@ def to_markdown(
14641464
-------
14651465
str
14661466
{klass} in Markdown-friendly format.
1467-
14681467
{examples}
14691468
"""
14701469
return self.to_frame().to_markdown(buf, mode, **kwargs)

0 commit comments

Comments
 (0)