From 00eb96a1263924729d097fc64db4e2e2873c6e3a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 6 Oct 1997 21:26:03 +0000 Subject: Move the pprint docs after the code docs, so that all parser/codegen type things come together. --- Doc/lib.tex | 2 +- Doc/lib/lib.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib.tex b/Doc/lib.tex index 4db67fb..1684108 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -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__ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 4db67fb..1684108 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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__ -- cgit v0.12