From e739a0dbe9747c6751b82c805bdf186e115208ab Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 26 Jun 2002 20:39:20 +0000 Subject: [PATCH] Got rid of an extraneous semicolon. --- Python/sysmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/sysmodule.c b/Python/sysmodule.c index ebf7f39ea0f..66fceca44e2 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -402,7 +402,7 @@ PyDoc_STRVAR(getrecursionlimit_doc, \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