Skip to content

Commit 19bbcae

Browse files
authored
making docs more accurate
1 parent 438ed6d commit 19bbcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconfig/stubs/pygame/draw.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def aalines(
578578
from the starting point, with a repeating pattern or solid single color
579579
580580
:param Surface surface: surface to draw on
581-
:param color: color to draw with, the alpha value is optional if using a
581+
:param color: color, or surface pattern, to draw with. The alpha value is optional if using a
582582
tuple ``(RGB[A])``
583583
:type color: :data:`pygame.typing.ColorLike` or a pattern to fill with, as a Surface
584584
:param start_point: starting point as a sequence of 2 ints/floats,

0 commit comments

Comments
 (0)