summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbinhex.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-20 00:14:17 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-20 00:14:17 (GMT)
commitbbac43223c3ead4745d41414df13d113d79334ad (patch)
tree08001df173f742c7ee291ae1e9ad196704fa7d59 /Doc/lib/libbinhex.tex
parentda5736533705f22a2673fbdc53ea9c537751c43c (diff)
downloadcpython-bbac43223c3ead4745d41414df13d113d79334ad.zip
cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.gz
cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.bz2
Shorten a few section titles.
Diffstat (limited to 'Doc/lib/libbinhex.tex')
-rw-r--r--Doc/lib/libbinhex.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libbinhex.tex b/Doc/lib/libbinhex.tex
index 1829b40..a3e5f9a 100644
--- a/Doc/lib/libbinhex.tex
+++ b/Doc/lib/libbinhex.tex
@@ -1,7 +1,7 @@
\section{\module{binhex} ---
- Encode and decode files in binhex4 format.}
-\declaremodule{standard}{binhex}
+ Encode and decode binhex4 files}
+\declaremodule{standard}{binhex}
\modulesynopsis{Encode and decode files in binhex4 format.}
@@ -27,7 +27,8 @@ argument is empty in which case the output filename is read from the
binhex file.
\end{funcdesc}
-\subsection{Notes}
+\subsection{Notes \label{binhex-notes}}
+
There is an alternative, more powerful interface to the coder and
decoder, see the source for details.