Skip to content

Commit 037b61d

Browse files
committed
Fix docs typo
1 parent 3ec976a commit 037b61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/drawing_shapes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ There are six methods that draw rectangles on the canvas:
3232
- ``stroke_rects(x, y, width, height=None)``:
3333
Draws rectangular outlines. Where ``x``, ``y``, ``width`` and ``height`` are either integers, lists of integers or NumPy arrays.
3434
If ``height`` is None, it is set to the same value as ``width``.
35-
- ``fill_styled_rect(x, y, width, height, color, alpha)``:
35+
- ``fill_styled_rects(x, y, width, height, color, alpha)``:
3636
Same as ``fill_rects`` but with additional ``(n x 3)`` ``color`` ndarray and ``(n)`` ``alpha`` ndarray.
3737
- ``stroke_styled_rects(x, y, width, height, color, alpha)``:
3838
Same as ``stroke_rects`` but with additional ``(n x 3)`` ``color`` ndarray and ``(n)`` ``alpha`` ndarray.

0 commit comments

Comments
 (0)