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

Skip to content

Commit 00eb96a

Browse files
committed
Move the pprint docs after the code docs, so that all parser/codegen type
things come together.
1 parent 9971f68 commit 00eb96a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
\input{libimp}
8888
\input{libni}
8989
\input{libparser}
90-
\input{libpprint}
9190
\input{libcode}
91+
\input{libpprint}
9292
\input{libsite}
9393
\input{libuser}
9494
\input{libbltin} % really __builtin__

Doc/lib/lib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
\input{libimp}
8888
\input{libni}
8989
\input{libparser}
90-
\input{libpprint}
9190
\input{libcode}
91+
\input{libpprint}
9292
\input{libsite}
9393
\input{libuser}
9494
\input{libbltin} % really __builtin__

0 commit comments

Comments
 (0)