Skip to content

Commit

Permalink
DOC: fixing some minor nitpicks. string to str, can't to cannot.
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzathief committed Oct 5, 2015
1 parent 02ed190 commit fdd7f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions numpy/ctypeslib.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ def load_library(libname, loader_path):
Parameters
----------
libname : string
libname : str
Name of the library, which can have 'lib' as a prefix,
but without an extension.
loader_path : string
loader_path : str
Where the library can be found.
Returns
Expand All @@ -114,7 +114,7 @@ def load_library(libname, loader_path):
------
OSError
If there is no library with the expected extension, or the
library is defective and can't be loaded.
library is defective and cannot be loaded.
"""
if ctypes.__version__ < '1.0.1':
import warnings
Expand Down

0 comments on commit fdd7f04

Please sign in to comment.