From a927b5a7c933cef6daade90a9b6b3799e930bc15 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 10 May 2008 14:46:37 +0200 Subject: [PATCH] it's Cython, not Pyrex :) --- Cython/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Utils.py b/Cython/Utils.py index 12ba39ff..20125e24 100644 --- a/Cython/Utils.py +++ b/Cython/Utils.py @@ -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)) -- 2.26.2