From b15e5ed689621f53767244088eb6ef48e19b53ce Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 17 Jul 1997 18:30:15 +0000 Subject: Use 'and' instead of '&', which is a (La)TeX control character. "make lib tut ext" should now be errorfree. --- Doc/lib/libundoc.tex | 3 ++- Doc/libundoc.tex | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 9dea20e..fafdf68 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/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} 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} -- cgit v0.12