Commit e739a0db authored by Jack Jansen's avatar Jack Jansen

Got rid of an extraneous semicolon.

parent 027f6722
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment