Skip to content

Commit 405f96f

Browse files
Update Doc/extending/error-handling.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent f951098 commit 405f96f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/extending/error-handling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The exception indicator
1515
=======================
1616

1717
Python has a thread-local indicator for the state of the current exception.
18-
This indicator is just a ``PyObject *`` referencing an instance of
18+
This indicator is a ``PyObject *`` referencing an instance of
1919
:class:`BaseException`. You can think of this like the ``errno`` variable in C.
2020

2121
If a C API function fails, it may set the exception indicator to a Python

0 commit comments

Comments
 (0)