8000 Backport PR #25616: broken_barh: fix docstring typo · matplotlib/matplotlib@e909bd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e909bd9

Browse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR #25616: broken_barh: fix docstring typo
1 parent f451643 commit e909bd9

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
@@ -2829,11 +2829,11 @@ def broken_barh(self, xranges, yrange, **kwargs):
28292829
Parameters
28302830
----------
28312831
xranges : sequence of tuples (*xmin*, *xwidth*)
2832-
The x-positions and extends of the rectangles. For each tuple
2832+
The x-positions and extents of the rectangles. For each tuple
28332833
(*xmin*, *xwidth*) a rectangle is drawn from *xmin* to *xmin* +
28342834
*xwidth*.
28352835
yrange : (*ymin*, *yheight*)
2836-
The y-position and extend for all the rectangles.
2836+
The y-position and extent for all the rectangles.
28372837
28382838
Returns
28392839
-------

0 commit comments

Comments
 (0)
0