Move the pprint docs after the code docs, so that all parser/codegen type

things come together.
This commit is contained in:
Fred Drake 1997-10-06 21:26:03 +00:00
parent 9971f689cb
commit 00eb96a126
2 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ to Python and how to embed it in other applications.
\input{libimp}
\input{libni}
\input{libparser}
\input{libpprint}
\input{libcode}
\input{libpprint}
\input{libsite}
\input{libuser}
\input{libbltin} % really __builtin__

View File

@ -87,8 +87,8 @@ to Python and how to embed it in other applications.
\input{libimp}
\input{libni}
\input{libparser}
\input{libpprint}
\input{libcode}
\input{libpprint}
\input{libsite}
\input{libuser}
\input{libbltin} % really __builtin__