Skip to content

Commit 610cae0

Browse files
authored
Fix comment spacing
1 parent 96c5434 commit 610cae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hellomodule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ static PyMethodDef HelloMethods[] = {
2323
{NULL, NULL, 0, NULL} /* Sentinel */
2424
};
2525

26-
/*create PyModuleDef stucture*/
26+
/* create PyModuleDef stucture */
2727
static struct PyModuleDef helloStruct = {
2828
PyModuleDef_HEAD_INIT,
2929
"hello",

0 commit comments

Comments
 (0)