summaryrefslogtreecommitdiff
path: root/Modules/pypcre.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/pypcre.c')
-rw-r--r--Modules/pypcre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/pypcre.c b/Modules/pypcre.c
index a6ba17c756..6c93326fbc 100644
--- a/Modules/pypcre.c
+++ b/Modules/pypcre.c
@@ -573,7 +573,7 @@ restrictions:
/* #define DEBUG */
-/* Use a macro for debugging printing, 'cause that eliminates the the use
+/* Use a macro for debugging printing, 'cause that eliminates the use
of #ifdef inline, and there are *still* stupid compilers about that don't like
indented pre-processor statements. I suppose it's only been 10 years... */