Use 'and' instead of '&', which is a (La)TeX control character.
"make lib tut ext" should now be errorfree.
This commit is contained in:
parent
e3d5fc50a1
commit
b15e5ed689
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue