Skip to content

Commit

Permalink
Merge pull request numpy#7766 from Tiksagol/Tiksagol-patch-1
Browse files Browse the repository at this point in the history
fix an English typo
  • Loading branch information
jaimefrio authored Jun 20, 2016
2 parents 812ca6f + af4ad9f commit a348cc7
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 a348cc7

Please sign in to comment.