Commit a927b5a7 authored by Stefan Behnel's avatar Stefan Behnel

it's Cython, not Pyrex :)

parent 386fa1d1
......@@ -28,7 +28,7 @@ def castrate_file(path, st):
f.seek(0, 0)
f.truncate()
f.write(
"#error Do not use this file, it is the result of a failed Pyrex compilation.\n")
"#error Do not use this file, it is the result of a failed Cython compilation.\n")
f.close()
if st:
os.utime(path, (st.st_atime, st.st_mtime))
......
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