Skip to content

Commit 866ee97

Browse files
committed
Trigger another build (and fix typo).
1 parent 171dbcf commit 866ee97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynd/src/array_conversions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dynd::nd::callable &pydynd::callable_to_cpp_ref(PyObject *o)
5757

5858
PyTypeObject *pydynd::get_callable_pytypeobject()
5959
{
60-
// Check whether import has occured by checking a different pointer.
60+
// Check whether import has occurred by checking a different pointer.
6161
// For some reason the PyTypeObject in the api header is defined as
6262
// a macro that already dereferences the pointer.
6363
if (dynd_nd_callable_to_ptr == NULL) {

0 commit comments

Comments
 (0)