Skip to content

Commit 522e76d

Browse files
committed
typo
1 parent 3d3e408 commit 522e76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@ def plot_series(data, kind='line', ax=None, # Series unique
20602060
20612061
For data grouped with ``by``:
20622062
2063-
* :class:`~pandas.Series` \n
2063+
* :class:`~pandas.Series`
20642064
* :class:`~numpy.array` (for ``return_type = None``)
20652065
Return Series or numpy.array.
20662066

0 commit comments

Comments
 (0)