Skip to content

Commit 42ebde7

Browse files
committed
add back a change lost in rebase
1 parent 93b7bda commit 42ebde7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/series.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1442,7 +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`.
1445+
These parameters will be passed to `tabulate \
1446+
<https://pypi.org/project/tabulate>`_.
14461447
14471448
Returns
14481449
-------

0 commit comments

Comments
 (0)