We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171dbcf commit 866ee97Copy full SHA for 866ee97
1 file changed
dynd/src/array_conversions.cpp
@@ -57,7 +57,7 @@ dynd::nd::callable &pydynd::callable_to_cpp_ref(PyObject *o)
57
58
PyTypeObject *pydynd::get_callable_pytypeobject()
59
{
60
- // Check whether import has occured by checking a different pointer.
+ // Check whether import has occurred by checking a different pointer.
61
// For some reason the PyTypeObject in the api header is defined as
62
// a macro that already dereferences the pointer.
63
if (dynd_nd_callable_to_ptr == NULL) {
0 commit comments