Navigation Menu

Skip to content

Commit

Permalink
ENH: Optimize array creation by avoiding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
m-d-w committed Jun 10, 2013
1 parent 794816b commit 37b55c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/src/multiarray/common.c
Expand Up @@ -38,7 +38,7 @@
* This can be much faster then PyObject_GetAttrString where
* exceptions are not used by caller.
*
* 'v' is the object to search for attribute.
* 'obj' is the object to search for attribute.
*
* 'name' is the attribute to search for.
*
Expand Down

0 comments on commit 37b55c0

Please sign in to comment.