Skip to content

Commit 3dc4a40

Browse files
Update Doc/c-api/exceptions.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent e116b4a commit 3dc4a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ these are the C equivalent to :func:`reprlib.recursive_repr`.
981981
982982
.. c:function:: int Py_GetRecursionLimit(void)
983983
984-
Get the recursion limit for the current interpreter. It can be set by
984+
Get the recursion limit for the current interpreter. It can be set with
985985
:c:func:`Py_SetRecursionLimit`. The recursion limit prevents the
986986
Python interpreter stack from growing infinitely.
987987

0 commit comments

Comments
 (0)