Skip to content

Commit e92df22

Browse files
Merge pull request #9074 from michaelaye/fix_typo_in_webdoc
fixing highly confusing typo.
2 parents 722fc77 + c6b20e2 commit e92df22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/visualization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ You can use the ``labels`` and ``colors`` keywords to specify the labels and col
727727

728728
.. warning::
729729

730-
Most pandas plots use the the ``label`` and ``color`` arguments (not the lack of "s" on those).
730+
Most pandas plots use the the ``label`` and ``color`` arguments (note the lack of "s" on those).
731731
To be consistent with :func:`matplotlib.pyplot.pie` you must use ``labels`` and ``colors``.
732732

733733
If you want to hide wedge labels, specify ``labels=None``.

0 commit comments

Comments
 (0)