8000 Merge pull request #26780 from kato8966/fix-Axes.errorbar-docstring · matplotlib/matplotlib@9002ee2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9002ee2

Browse files
authored
Merge pull request #26780 from kato8966/fix-Axes.errorbar-docstring
fix Axes.errorbar docstring
2 parents 5e441da + e245ad9 commit 9002ee2

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)
0