Skip to content

Commit

Permalink
Merge pull request #1564 from Starbuck5/patch-2
Browse files Browse the repository at this point in the history
Fix typo in gfxdraw doc
  • Loading branch information
illume committed Feb 8, 2020
2 parents 2ff089b + 46e044e commit f3c5834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reST/ref/gfxdraw.rst
Expand Up @@ -610,7 +610,7 @@ For example:
tuple/list/:class:`pygame.math.Vector2` of 2 ints/floats (float values
will be truncated)
:type points: tuple(coordinate) or list(coordinate)
:parms int steps: number of steps for the interpolation, the minimum is 2
:param int steps: number of steps for the interpolation, the minimum is 2
:param color: color to draw with, the alpha value is optional if using a
tuple ``(RGB[A])``
:type color: Color or tuple(int, int, int, [int])
Expand Down

0 comments on commit f3c5834

Please sign in to comment.