From: Guido van Rossum Date: Thu, 17 Jul 1997 18:30:15 +0000 (+0000) Subject: Use 'and' instead of '&', which is a (La)TeX control character. X-Git-Tag: v1.5a3~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b15e5ed689621f53767244088eb6ef48e19b53ce;p=python Use 'and' instead of '&', which is a (La)TeX control character. "make lib tut ext" should now be errorfree. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 9dea20e6af..fafdf68231 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 9dea20e6af..fafdf68231 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}