From 46e044ed7a1e18e862ba13b6c4be5f5cac314d27 Mon Sep 17 00:00:00 2001 From: Starbuck5 <46412508+Starbuck5@users.noreply.github.com> Date: Sun, 19 Jan 2020 14:15:38 -0800 Subject: [PATCH] Fix typo in gfxdraw doc --- docs/reST/ref/gfxdraw.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reST/ref/gfxdraw.rst b/docs/reST/ref/gfxdraw.rst index ee2606b046..28153a31e9 100644 --- a/docs/reST/ref/gfxdraw.rst +++ b/docs/reST/ref/gfxdraw.rst @@ -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])