Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Mar 16, 2009
1 parent a5ef4a3 commit f9e7ba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion numpy/core/src/hashdescr.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ static int _PyArray_DescrHashImp(PyArray_Descr *descr, long *hash)
}

/*
* Convert the list to tuple
* Convert the list to tuple and compute the tuple hash using python
* builtin function
*/
tl = PyTuple_New(PyList_Size(l));
for(i = 0; i < PyList_Size(l); ++i) {
Expand Down

0 comments on commit f9e7ba9

Please sign in to comment.