mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Tweak traceback message to avoid LaTeX2HTML bug
Add a reminder
This commit is contained in:
parent
2ca7862e97
commit
7f147a772d
1 changed files with 5 additions and 3 deletions
|
@ -22,7 +22,8 @@
|
|||
%
|
||||
% getopt.gnu_getopt
|
||||
%
|
||||
|
||||
% Docstrings now optional (with --without-doc-strings)
|
||||
%
|
||||
|
||||
%\section{Introduction \label{intro}}
|
||||
|
||||
|
@ -514,7 +515,7 @@ dictionary:
|
|||
{1: 2}
|
||||
>>> d.pop(4)
|
||||
Traceback (most recent call last):
|
||||
File ``<stdin>'', line 1, in ?
|
||||
File ``stdin'', line 1, in ?
|
||||
KeyError: 4
|
||||
>>> d.pop(1)
|
||||
2
|
||||
|
@ -653,6 +654,7 @@ as well as \UNIX.
|
|||
|
||||
The author would like to thank the following people for offering
|
||||
suggestions, corrections and assistance with various drafts of this
|
||||
article: Michael Chermside, Fred~L. Drake, Jr., Detlef Lannert, Andrew MacIntyre.
|
||||
article: Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr.,
|
||||
Detlef Lannert, Andrew MacIntyre.
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue