commit | cff784caa75b78a502453484931c8e64542a018c | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Jul 27 19:12:49 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Jul 27 19:12:49 2006 +0000 |
tree | beef4dc788a7ee5be23b9319b0381de7598b9ab9 | |
parent | 40b35aa5cc6f59721735a95a778362bc8bbe98dd [diff] |
If binhex is higher-level than binascii, it should come first in the chapter
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 @@ % encoding stuff \input{libbase64} -\input{libbinascii} \input{libbinhex} +\input{libbinascii} \input{libquopri} \input{libuu}