Commit a88de562 authored by Min RK's avatar Min RK

typo in deprecation message

s/deprectated/deprecated/
parent daa79349
...@@ -27,7 +27,7 @@ except Exception: ...@@ -27,7 +27,7 @@ except Exception:
if not from_setuptools and not from_pyximport: if not from_setuptools and not from_pyximport:
warnings.warn( warnings.warn(
"Cython.Distutils.old_build_ext does not properly handle dependencies " "Cython.Distutils.old_build_ext does not properly handle dependencies "
"and is deprectated.") "and is deprecated.")
try: try:
from __builtin__ import basestring from __builtin__ import basestring
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment