Cleanup: correct struct member comments

This commit is contained in:
Campbell Barton
2023-07-22 12:14:47 +10:00
parent 8639bf013c
commit 32288bd200
15 changed files with 36 additions and 36 deletions

View File

@@ -1376,9 +1376,9 @@ static PyNumberMethods Quaternion_NumMethods = {
/*nb_divmod*/ nullptr,
/*nb_power*/ nullptr,
/*nb_negative*/ (unaryfunc)Quaternion_neg,
/*tp_positive*/ (unaryfunc)Quaternion_copy,
/*tp_absolute*/ nullptr,
/*tp_bool*/ nullptr,
/*nb_positive*/ (unaryfunc)Quaternion_copy,
/*nb_absolute*/ nullptr,
/*nb_bool*/ nullptr,
/*nb_invert*/ nullptr,
/*nb_lshift*/ nullptr,
/*nb_rshift*/ nullptr,