Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b15e5ed

Browse files
committed
Use 'and' instead of '&', which is a (La)TeX control character.
"make lib tut ext" should now be errorfree.
1 parent e3d5fc5 commit b15e5ed

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ \section{Miscellaneous useful utilities}
7373

7474
ihooks.py -- Import hook support (for ni and rexec)
7575

76-
pprint.py -- support to pretty-print lists, tuples, & dictionaries recursively
76+
pprint.py -- support to pretty-print lists, tuples, and dictionaries
77+
recursively
7778

7879

7980
\section{Parsing Python}

Doc/libundoc.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ \section{Miscellaneous useful utilities}
7373

7474
ihooks.py -- Import hook support (for ni and rexec)
7575

76-
pprint.py -- support to pretty-print lists, tuples, & dictionaries recursively
76+
pprint.py -- support to pretty-print lists, tuples, and dictionaries
77+
recursively
7778

7879

7980
\section{Parsing Python}

0 commit comments

Comments
 (0)