Skip to content

Commit 5d6ca83

Browse files
tacaswelloscargus
andauthored
MNT: match capitalization of argument name
Co-authored-by: Oscar Gustafsson <[email protected]>
1 parent 1614270 commit 5d6ca83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ft2font_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ static PyObject *PyFT2Font_get_fontmap(PyFT2Font *self, PyObject *args, PyObject
589589
}
590590
#endif
591591
} else {
592-
PyErr_SetString(PyExc_TypeError, "String must be str");
592+
PyErr_SetString(PyExc_TypeError, "string must be str");
593593
return NULL;
594594
}
595595
PyObject *char_to_font;

0 commit comments

Comments
 (0)