Skip to content

Commit cc497c0

Browse files
authored
Comment english improvement
1 parent eeea174 commit cc497c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fibmodule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static PyMethodDef FibMethods[] = {
3131
{NULL, NULL, 0, NULL} /* Sentinel */
3232
};
3333

34-
/*create PyModuleDef structure*/
34+
/* Create PyModuleDef structure */
3535
static struct PyModuleDef fibStruct = {
3636
PyModuleDef_HEAD_INIT,
3737
"fib",

0 commit comments

Comments
 (0)