Skip to content

Commit c2642e2

Browse files
committed
Fix incorrect doc for PyUnstable_DumpTraceback
1 parent d216bc2 commit c2642e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/c-api/exceptions.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,6 @@ Tracebacks
13641364
100 frames; further frames are truncated with the line ``...``.
13651365
13661366
This function will return ``NULL`` on success, or an error message on error.
1367-
It will also write this error message to *fd*.
13681367
13691368
This function is intended for use in crash scenarios such as signal handlers
13701369
for SIGSEGV, where the interpreter may be in an inconsistent state. Given

0 commit comments

Comments
 (0)