]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Got rid of an extraneous semicolon.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 26 Jun 2002 20:39:20 +0000 (20:39 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 26 Jun 2002 20:39:20 +0000 (20:39 +0000)
Python/sysmodule.c

index ebf7f39ea0f2e0ab93a182f126bf4fad67d5f9de..66fceca44e294124dbf611a7d8bad591c1cdd664 100644 (file)
@@ -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