We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eed1b7 + 616263b commit b30a4b9Copy full SHA for b30a4b9
docs/reST/c_api/rect.rst
@@ -29,7 +29,7 @@ Header file: src_c/include/pygame.h
29
30
The Pygame rectangle object type pygame.Rect.
31
32
-.. c:var:: PyTypeObject *pgRFect_Type
+.. c:var:: PyTypeObject *pgFRect_Type
33
34
The Pygame rectangle object type pygame.FRect.
35
@@ -46,7 +46,7 @@ Header file: src_c/include/pygame.h
46
Return a new :py:class:`pygame.Rect` instance from the SDL_Rect *r*.
47
On failure, raise a Python exception and return *NULL*.
48
49
-.. c:function:: PyObject* pgRFect_New(SDL_FRect *r)
+.. c:function:: PyObject* pgFRect_New(SDL_FRect *r)
50
51
Return a new :py:class:`pygame.FRect` instance from the SDL_FRect *r*.
52
0 commit comments