Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion seaborn/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ def boxplot(
{width}
{gap}
whis : float or pair of floats
Paramater that controls whisker length. If scalar, whiskers are drawn
Parameter that controls whisker length. If scalar, whiskers are drawn
to the farthest datapoint within *whis * IQR* from the nearest hinge.
If a tuple, it is interpreted as percentiles that whiskers represent.
{linecolor}
Expand Down