Skip to content

Commit 9aadd57

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

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
@@ -796,7 +796,7 @@ Exception Objects
796796
797797
.. c:macro:: PyExceptionInstance_Class(op)
798798
799-
Equivalent to ``Py_TYPE(op)``.
799+
Equivalent to :c:func:`Py_TYPE(op) <Py_TYPE>`.
800800
801801
802802
.. c:function:: PyObject* PyException_GetTraceback(PyObject *ex)

0 commit comments

Comments
 (0)