Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e739a0d

Browse files
committed
Got rid of an extraneous semicolon.
1 parent 027f672 commit e739a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ PyDoc_STRVAR(getrecursionlimit_doc,
402402
\n\
403403
Return the current value of the recursion limit, the maximum depth\n\
404404
of the Python interpreter stack. This limit prevents infinite\n\
405-
recursion from causing an overflow of the C stack and crashing Python.";
405+
recursion from causing an overflow of the C stack and crashing Python."
406406
);
407407

408408
#ifdef HAVE_DLOPEN

0 commit comments

Comments
 (0)