Skip to content

Commit f2eb89d

Browse files
Update exceptions.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent d4d3ac1 commit f2eb89d

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
@@ -1248,7 +1248,7 @@ Tracebacks
12481248
.. c:function:: int PyTraceBack_Here(PyFrameObject *f)
12491249
12501250
Replace the :attr:`~BaseException.__traceback__` attribute on the current
1251-
exception with a new traceback pointing to *f*.
1251+
exception with a new traceback prepending *f* to the existing chain.
12521252
12531253
Calling this function without an exception set is undefined behavior.
12541254

0 commit comments

Comments
 (0)