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 e116b4a commit 3dc4a40Copy full SHA for 3dc4a40
Doc/c-api/exceptions.rst
@@ -981,7 +981,7 @@ these are the C equivalent to :func:`reprlib.recursive_repr`.
981
982
.. c:function:: int Py_GetRecursionLimit(void)
983
984
- Get the recursion limit for the current interpreter. It can be set by
+ Get the recursion limit for the current interpreter. It can be set with
985
:c:func:`Py_SetRecursionLimit`. The recursion limit prevents the
986
Python interpreter stack from growing infinitely.
987
0 commit comments