[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pygame] pygame.draw.rect documentation error



On http://www.pygame.org/docs/ref/pygame_draw.html you can see that the high level description of pygame.draw.rect incorrectly says:

<quote>
  rect       - draws a polygon on a surface
</quote>

In fact the top level reads:

<quote>
 circle      - draw a circle on a surface
 ellipse     - draw an ellipse on a surface
 line        - draw a line on a surface
 lines       - draw multiple connected lines on a surface
 polygon     - draws a polygon on a surface
 rect        - draws a polygon on a surface
</quote>

I suggest that for consistency, the "polygon" and "rect" top level descriptions should be changed to:

 polygon     - draw a polygon on a surface
 rect        - draw a rectangle on a surface

Regards,

Frank
____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org