summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-27 19:12:49 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-07-27 19:12:49 (GMT)
commitcff784caa75b78a502453484931c8e64542a018c (patch)
treebeef4dc788a7ee5be23b9319b0381de7598b9ab9 /Doc
parent40b35aa5cc6f59721735a95a778362bc8bbe98dd (diff)
downloadcpython-cff784caa75b78a502453484931c8e64542a018c.zip
cpython-cff784caa75b78a502453484931c8e64542a018c.tar.gz
cpython-cff784caa75b78a502453484931c8e64542a018c.tar.bz2
If binhex is higher-level than binascii, it should come first in the chapter
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/lib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index b7e390f..c57e4a5 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -154,8 +154,8 @@ and how to embed it in other applications.
% encoding stuff
\input{libbase64}
-\input{libbinascii}
\input{libbinhex}
+\input{libbinascii}
\input{libquopri}
\input{libuu}