summaryrefslogtreecommitdiff
path: root/numpy/ctypeslib.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ctypeslib.py')
-rw-r--r--numpy/ctypeslib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ctypeslib.py b/numpy/ctypeslib.py
index c9016cf8f..58f3ef9d3 100644
--- a/numpy/ctypeslib.py
+++ b/numpy/ctypeslib.py
@@ -120,7 +120,7 @@ else:
"""
if ctypes.__version__ < '1.0.1':
import warnings
- warnings.warn("All features of ctypes interface may not work " \
+ warnings.warn("All features of ctypes interface may not work "
"with ctypes < 1.0.1", stacklevel=2)
ext = os.path.splitext(libname)[1]