Cleanup: correct exception message

This commit is contained in:
2022-01-11 18:04:11 +11:00
parent c77f837598
commit 9af81c2b74

View File

@@ -320,7 +320,7 @@ static PyObject *Quaternion_rotation_difference(QuaternionObject *self, PyObject
QUAT_SIZE,
QUAT_SIZE,
value,
"Quaternion.difference(other), invalid 'other' arg") == -1) {
"Quaternion.rotation_difference(other), invalid 'other' arg") == -1) {
return NULL;
}