Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f147a7

Browse files
committed
Tweak traceback message to avoid LaTeX2HTML bug
Add a reminder
1 parent 2ca7862 commit 7f147a7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
%
2323
% getopt.gnu_getopt
2424
%
25-
25+
% Docstrings now optional (with --without-doc-strings)
26+
%
2627

2728
%\section{Introduction \label{intro}}
2829

@@ -514,7 +515,7 @@ \section{New and Improved Modules}
514515
{1: 2}
515516
>>> d.pop(4)
516517
Traceback (most recent call last):
517-
File ``<stdin>'', line 1, in ?
518+
File ``stdin'', line 1, in ?
518519
KeyError: 4
519520
>>> d.pop(1)
520521
2
@@ -653,6 +654,7 @@ \section{Acknowledgements \label{acks}}
653654

654655
The author would like to thank the following people for offering
655656
suggestions, corrections and assistance with various drafts of this
656-
article: Michael Chermside, Fred~L. Drake, Jr., Detlef Lannert, Andrew MacIntyre.
657+
article: Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr.,
658+
Detlef Lannert, Andrew MacIntyre.
657659

658660
\end{document}

0 commit comments

Comments
 (0)