Got rid of an extraneous semicolon.
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index ebf7f39..66fceca 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -402,7 +402,7 @@
 \n\
 Return the current value of the recursion limit, the maximum depth\n\
 of the Python interpreter stack.  This limit prevents infinite\n\
-recursion from causing an overflow of the C stack and crashing Python.";
+recursion from causing an overflow of the C stack and crashing Python."
 );
 
 #ifdef HAVE_DLOPEN