Skip to content

Commit 84e25db

Browse files
committed
Merge pull request #2794 from daydreamt/master
fix typo in documentation
2 parents b95f0f4 + 45c801c commit 84e25db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2983,7 +2983,7 @@ def boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
29832983
- whiskers: the vertical lines extending to the most extreme,
29842984
n-outlier data points.
29852985
- caps: the horizontal lines at the ends of the whiskers.
2986-
- fliers: points representing data that extend beyone the
2986+
- fliers: points representing data that extend beyond the
29872987
whiskers (outliers).
29882988
- means: points or lines representing the means.
29892989

0 commit comments

Comments
 (0)