Skip to content

Commit 33c6403

Browse files
authored
Merge pull request #26781 from meeseeksmachine/auto-backport-of-pr-26780-on-v3.8.x
Backport PR #26780 on branch v3.8.x (fix Axes.errorbar docstring)
2 parents 3411279 + a0fd18f commit 33c6403

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)