mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Got rid of an extraneous semicolon.
This commit is contained in:
parent
027f6722c4
commit
e739a0dbe9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue