Skip to content

Commit

Permalink
pygame.Rect/FRect() init no args DOCS FIX1
Browse files Browse the repository at this point in the history
  • Loading branch information
damusss committed Jan 4, 2024
1 parent 816f3ed commit 294dc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_c/doc/rect_doc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Auto generated file: with makeref.py . Docs go in docs/reST/ref/ . */
#define DOC_RECT "Rect(left, top, width, height) -> Rect\nRect((left, top), (width, height)) -> Rect\nRect(object) -> Rect\nFRect(left, top, width, height) -> FRect\nFRect((left, top), (width, height)) -> FRect\nFRect(object) -> FRect\npygame object for storing rectangular coordinates"
#define DOC_RECT "Rect(left, top, width, height) -> Rect\nRect((left, top), (width, height)) -> Rect\nRect(object) -> Rect\nRect() -> Rect\nFRect(left, top, width, height) -> FRect\nFRect((left, top), (width, height)) -> FRect\nFRect(object) -> FRect\nFRect() -> FRect\npygame object for storing rectangular coordinates"
#define DOC_RECT_COPY "copy() -> Rect\ncopy the rectangle"
#define DOC_RECT_MOVE "move(x, y, /) -> Rect\nmoves the rectangle"
#define DOC_RECT_MOVEIP "move_ip(x, y, /) -> None\nmoves the rectangle, in place"
Expand Down

0 comments on commit 294dc89

Please sign in to comment.