8000 Merge pull request #25616 from adamjstewart/fixes/broken-barh · matplotlib/matplotlib@41c20ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 41c20ee

Browse files
authored
Merge pull request #25616 from adamjstewart/fixes/broken-barh
broken_barh: fix docstring typo
2 parents 9549613 + 5412bf3 commit 41c20ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,11 +2830,11 @@ def broken_barh(self, xranges, yrange, **kwargs):
28302830
Parameters
28312831
----------
28322832
xranges : sequence of tuples (*xmin*, *xwidth*)
2833-
The x-positions and extends of the rectangles. For each tuple
2833+
The x-positions and extents of the rectangles. For each tuple
28342834
(*xmin*, *xwidth*) a rectangle is drawn from *xmin* to *xmin* +
28352835
*xwidth*.
28362836
yrange : (*ymin*, *yheight*)
2837-
The y-position and extend for all the rectangles.
2837+
The y-position and extent for all the rectangles.
28382838
28392839
Returns
28402840
-------

0 commit comments

Comments
 (0)
0