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.
1 parent ff88e95 commit 4ded1f3Copy full SHA for 4ded1f3
src/ft2font_wrapper.cpp
@@ -66,7 +66,7 @@ const char *PyFT2Image_draw_rect__doc__ =
66
"--\n\n"
67
"Draw an empty rectangle to the image.\n";
68
69
-static PyObject *PyFT2Image_draw_rect(PyFT2Image *self, PyObject *args
+static PyObject *PyFT2Image_draw_rect(PyFT2Image *self, PyObject *args)
70
{
71
double x0, y0, x1, y1;
72
0 commit comments