Cleanup: spelling, capitalize tags, use C-style comments & clarification

This commit is contained in:
Campbell Barton
2023-02-18 14:27:02 +11:00
parent 6bd058189c
commit be9104f7aa
11 changed files with 18 additions and 18 deletions

View File

@@ -394,7 +394,7 @@ PyTypeObject PyKDTree_Type = {
/*tp_setattro*/ NULL,
/*tp_as_buffer*/ NULL,
/*tp_flags*/ Py_TPFLAGS_DEFAULT,
/*Documentation string*/ py_KDtree_doc,
/*tp_doc*/ py_KDtree_doc,
/*tp_traverse*/ NULL,
/*tp_clear*/ NULL,
/*tp_richcompare*/ NULL,