summaryrefslogtreecommitdiff
path: root/numpy/random/setup.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-11-14 16:54:03 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-11-14 16:54:03 +0000
commit74aee18107d2a43125299103647f9990bc6874a2 (patch)
treece9f7d6a843f96219b7740484082081636e67986 /numpy/random/setup.py
parent1640efdadc8d4686adca70efe6a39b2e48b0293b (diff)
downloadnumpy-74aee18107d2a43125299103647f9990bc6874a2.tar.gz
Typo.
Diffstat (limited to 'numpy/random/setup.py')
-rw-r--r--numpy/random/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/setup.py b/numpy/random/setup.py
index 93766e0b8..eb184021a 100644
--- a/numpy/random/setup.py
+++ b/numpy/random/setup.py
@@ -43,7 +43,7 @@ def configuration(parent_package='',top_path=None):
if msvcrt is None:
raise ValueError("Discrepancy between " \
"msvc_runtime_library " \
- "and our msvc detection scheme ?"
+ "and our msvc detection scheme ?")
hmsvc = msvc_to_hex(msvcrt)
defs.append("NPY_NEEDS_MINGW_TIME_WORKAROUND")
defs.append(("NPY_MSVCRT_VERSION", str(hmsvc)))