We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f951098 commit 405f96fCopy full SHA for 405f96f
1 file changed
Doc/extending/error-handling.rst
@@ -15,7 +15,7 @@ The exception indicator
15
=======================
16
17
Python has a thread-local indicator for the state of the current exception.
18
-This indicator is just a ``PyObject *`` referencing an instance of
+This indicator is a ``PyObject *`` referencing an instance of
19
:class:`BaseException`. You can think of this like the ``errno`` variable in C.
20
21
If a C API function fails, it may set the exception indicator to a Python
0 commit comments