diff options
author | Fred Drake <fdrake@acm.org> | 1997-10-06 21:26:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-10-06 21:26:03 (GMT) |
commit | 00eb96a1263924729d097fc64db4e2e2873c6e3a (patch) | |
tree | 743acda330bd73b2c64f2857e7a16efb8a1b6d99 | |
parent | 9971f689cbce2c7ce3241aed4af0f8455836fbea (diff) | |
download | cpython-00eb96a1263924729d097fc64db4e2e2873c6e3a.zip cpython-00eb96a1263924729d097fc64db4e2e2873c6e3a.tar.gz cpython-00eb96a1263924729d097fc64db4e2e2873c6e3a.tar.bz2 |
Move the pprint docs after the code docs, so that all parser/codegen type
things come together.
-rw-r--r-- | Doc/lib.tex | 2 | ||||
-rw-r--r-- | 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__ |