Skip to content

Commit

Permalink
Fix typo in gfxdraw doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck5 committed Jan 19, 2020
1 parent 2ff089b commit 46e044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reST/ref/gfxdraw.rst
Original file line number Diff line number Diff line change
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 46e044e

Please sign in to comment.