diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2002-06-26 20:39:20 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-06-26 20:39:20 +0000 |
| commit | e739a0dbe9747c6751b82c805bdf186e115208ab (patch) | |
| tree | 9619c2bb0a1f9e220b4cf8a9a9f78fa5776cc58b /Python | |
| parent | 027f6722c4056f59f7baaabc082fd3ecabd1dd27 (diff) | |
| download | cpython-git-e739a0dbe9747c6751b82c805bdf186e115208ab.tar.gz | |
Got rid of an extraneous semicolon.
Diffstat (limited to 'Python')
| -rw-r--r-- | Python/sysmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index ebf7f39ea0..66fceca44e 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 |
