Skip to content

Commit

Permalink
fix an English typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiksagol authored Jun 20, 2016
1 parent 812ca6f commit af4ad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/ctypeslib.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class _ndptr(_ndptr_base):

def _check_retval_(self):
"""This method is called when this class is used as the .restype
asttribute for a shared-library function. It constructs a numpy
attribute for a shared-library function. It constructs a numpy
array from a void pointer."""
return array(self)

Expand Down

0 comments on commit af4ad9f

Please sign in to comment.