summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-06-26 20:39:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-06-26 20:39:20 (GMT)
commite739a0dbe9747c6751b82c805bdf186e115208ab (patch)
tree9619c2bb0a1f9e220b4cf8a9a9f78fa5776cc58b /Python
parent027f6722c4056f59f7baaabc082fd3ecabd1dd27 (diff)
downloadcpython-e739a0dbe9747c6751b82c805bdf186e115208ab.zip
cpython-e739a0dbe9747c6751b82c805bdf186e115208ab.tar.gz
cpython-e739a0dbe9747c6751b82c805bdf186e115208ab.tar.bz2
Got rid of an extraneous semicolon.
Diffstat (limited to 'Python')
-rw-r--r--Python/sysmodule.c2
1 files changed, 1 insertions, 1 deletions
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 @@ 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