diff options
| -rw-r--r-- | numpy/ctypeslib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/ctypeslib.py b/numpy/ctypeslib.py index 741b545d9..a456d5963 100644 --- a/numpy/ctypeslib.py +++ b/numpy/ctypeslib.py @@ -89,6 +89,7 @@ else: def load_library(libname, loader_path): """ It is possible to load a library using + >>> lib = ctypes.cdll[<full_path_name>] # doctest: +SKIP But there are cross-platform considerations, such as library file extensions, |
