commit | e739a0dbe9747c6751b82c805bdf186e115208ab | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed Jun 26 20:39:20 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed Jun 26 20:39:20 2002 +0000 |
tree | 9619c2bb0a1f9e220b4cf8a9a9f78fa5776cc58b | |
parent | 027f6722c4056f59f7baaabc082fd3ecabd1dd27 [diff] |
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