From: Jack Jansen Date: Wed, 26 Jun 2002 20:39:20 +0000 (+0000) Subject: Got rid of an extraneous semicolon. X-Git-Tag: v2.3c1~5199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e739a0dbe9747c6751b82c805bdf186e115208ab;p=thirdparty%2FPython%2Fcpython.git Got rid of an extraneous semicolon. --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index ebf7f39ea0f2..66fceca44e29 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