Skip to content

Commit

Permalink
Merge pull request #1885 from Starbuck5/master
Browse files Browse the repository at this point in the history
Fix typo in draw.rst
  • Loading branch information
Josip Komljenovi膰 committed Jun 1, 2020
2 parents f0ac502 + 0f35743 commit de3654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reST/ref/draw.rst
Expand Up @@ -47,7 +47,7 @@ object around the draw calls (see :func:`pygame.Surface.lock` and

| :sl:`draw a rectangle`
| :sg:`rect(surface, color, rect) -> Rect`
| :sg:`rect(surface, color, rect, width=0, border_radius=0, border_radius=-1, border_top_left_radius=-1, border_top_right_radius=-1, border_bottom_left_radius=-1) -> Rect`
| :sg:`rect(surface, color, rect, width=0, border_radius=0, border_top_left_radius=-1, border_top_right_radius=-1, border_bottom_left_radius=-1, border_bottom_right_radius=-1) -> Rect`
Draws a rectangle on the given surface.

Expand Down

0 comments on commit de3654a

Please sign in to comment.