Skip to content

Commit c6b20e2

Browse files
committed
fixing highly confusing typo.
1 parent 722fc77 commit c6b20e2

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)