Skip to content

Commit 071ae4c

Browse files
committed
Patch #1376914: traceback.format_exc() has no "file" argument
1 parent ea2625b commit 071ae4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/lib/libtraceback.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ \section{\module{traceback} ---
4848
variables.)
4949
\end{funcdesc}
5050

51-
\begin{funcdesc}{format_exc}{\optional{limit\optional{, file}}}
51+
\begin{funcdesc}{format_exc}{\optional{limit}}
5252
This is like \code{print_exc(\var{limit})} but returns a string
5353
instead of printing to a file.
5454
\versionadded{2.4}

0 commit comments

Comments
 (0)