Cleanup: spelling, unbalanced doxy sections

This commit is contained in:
2022-05-25 12:46:55 +10:00
parent ae73bd3d9e
commit ceff1c2f65
8 changed files with 14 additions and 14 deletions

View File

@@ -1050,7 +1050,7 @@ static struct PyMethodDef Color_methods[] = {
/* base-math methods */
{"freeze", (PyCFunction)BaseMathObject_freeze, METH_NOARGS, BaseMathObject_freeze_doc},
/* Colorspace methods. */
/* Color-space methods. */
{"from_scene_linear_to_srgb",
(PyCFunction)Color_from_scene_linear_to_srgb,
METH_NOARGS,