Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 18, 2024
1 parent 9c03d92 commit 9ea2120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_imaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ _chop_overlay(ImagingObject *self, PyObject *args) {
return PyImagingNew(ImagingOverlay(self->image, imagep->image));
}

/* Graphics (ImageDraw) ----------------------------------------------- */
/* Fonts (ImageDraw and ImageFont) ------------------------------------ */

static PyObject *
_font_new(PyObject *self_, PyObject *args) {
Expand Down Expand Up @@ -2815,7 +2815,7 @@ static struct PyMethodDef _font_methods[] = {
{NULL, NULL} /* sentinel */
};

/* -------------------------------------------------------------------- */
/* Graphics (ImageDraw) ----------------------------------------------- */

static PyObject *
_draw_new(PyObject *self_, PyObject *args) {
Expand Down

0 comments on commit 9ea2120

Please sign in to comment.