Skip to content

Commit 538c90f

Browse files
committed
removed a potential double line from a dcostring
1 parent 81d8a59 commit 538c90f

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
@@ -1443,7 +1443,6 @@ def to_markdown(
14431443
-------
14441444
str
14451445
{klass} in Markdown-friendly format.
1446-
14471446
{examples}
14481447
"""
14491448
return self.to_frame().to_markdown(buf, mode, **kwargs)

0 commit comments

Comments
 (0)