Skip to content

Commit e116b4a

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

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
@@ -991,7 +991,7 @@ these are the C equivalent to :func:`reprlib.recursive_repr`.
991991
.. seealso::
992992
:py:func:`sys.getrecursionlimit`
993993
994-
.. c:function:: void Py_SetRecursionLimit(int limit)
994+
.. c:function:: void Py_SetRecursionLimit(int new_limit)
995995
996996
Set the recursion limit for the current interpreter.
997997

0 commit comments

Comments
 (0)