summaryrefslogtreecommitdiffstats
path: root/Doc/libundoc.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-17 18:30:15 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-17 18:30:15 (GMT)
commitb15e5ed689621f53767244088eb6ef48e19b53ce (patch)
tree5041f3860dae08c577b5633608af57311af04872 /Doc/libundoc.tex
parente3d5fc50a182d556deecd1a6a55fc2d1260ed288 (diff)
downloadcpython-b15e5ed689621f53767244088eb6ef48e19b53ce.zip
cpython-b15e5ed689621f53767244088eb6ef48e19b53ce.tar.gz
cpython-b15e5ed689621f53767244088eb6ef48e19b53ce.tar.bz2
Use 'and' instead of '&', which is a (La)TeX control character.
"make lib tut ext" should now be errorfree.
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r--Doc/libundoc.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index 9dea20e..fafdf68 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -73,7 +73,8 @@ bdb.py -- A generic Python debugger base class (used by pdb)
ihooks.py -- Import hook support (for ni and rexec)
-pprint.py -- support to pretty-print lists, tuples, & dictionaries recursively
+pprint.py -- support to pretty-print lists, tuples, and dictionaries
+recursively
\section{Parsing Python}