Skip to content

Commit c5b7133

Browse files
committed
fixed a docstring formatting
1 parent afa1dc1 commit c5b7133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/series.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1442,8 +1442,8 @@ def to_markdown(
14421442
mode : str, optional
14431443
Mode in which file is opened.
14441444
**kwargs
1445-
These parameters will be passed to `tabulate \
1446-
<https://pypi.org/project/tabulate>`_.
1445+
These parameters will be passed to `tabulate \
1446+
<https://pypi.org/project/tabulate>`_.
14471447
14481448
Returns
14491449
-------

0 commit comments

Comments
 (0)