Skip to content

Commit a0fd18f

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #26780: fix Axes.errorbar docstring
1 parent 3411279 commit a0fd18f

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
@@ -3382,7 +3382,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
33823382
Plot y versus x as lines and/or markers with attached errorbars.
33833383
33843384
*x*, *y* define the data locations, *xerr*, *yerr* define the errorbar
3385-
sizes. By default, this draws the data markers/lines as well the
3385+
sizes. By default, this draws the data markers/lines as well as the
33863386
errorbars. Use fmt='none' to draw errorbars without any data markers.
33873387
33883388
.. versionadded:: 3.7

0 commit comments

Comments
 (0)