Skip to content

Commit f3211ff

Browse files
committed
Don't use :c:expr:
1 parent 1316219 commit f3211ff

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 :c:expr:`Py_TYPE(op)`.
799+
Equivalent to ``Py_TYPE(op)``.
800800
801801
802802
.. c:function:: PyObject* PyException_GetTraceback(PyObject *ex)

0 commit comments

Comments
 (0)