Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027f672 commit e739a0dCopy full SHA for e739a0d
1 file changed
Python/sysmodule.c
@@ -402,7 +402,7 @@ PyDoc_STRVAR(getrecursionlimit_doc,
402
\n\
403
Return the current value of the recursion limit, the maximum depth\n\
404
of the Python interpreter stack. This limit prevents infinite\n\
405
-recursion from causing an overflow of the C stack and crashing Python.";
+recursion from causing an overflow of the C stack and crashing Python."
406
);
407
408
#ifdef HAVE_DLOPEN
0 commit comments