diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-17 13:45:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-17 13:45:50 (GMT) |
commit | 6f070108df1a42974d1820ff98a237f4f3d9786f (patch) | |
tree | cc5b8636e5d7bee9b2cdf2da40ccc54823476a1c /Doc/libbinascii.tex | |
parent | dccd9dbf52d885494c2113f2416e940fbb6bcc6f (diff) | |
download | cpython-6f070108df1a42974d1820ff98a237f4f3d9786f.zip cpython-6f070108df1a42974d1820ff98a237f4f3d9786f.tar.gz cpython-6f070108df1a42974d1820ff98a237f4f3d9786f.tar.bz2 |
Make the word "Module" in the section header start with an upper-case "M"
for both modules documented here.
Diffstat (limited to 'Doc/libbinascii.tex')
-rw-r--r-- | Doc/libbinascii.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libbinascii.tex b/Doc/libbinascii.tex index 33974c8..4ff59ae 100644 --- a/Doc/libbinascii.tex +++ b/Doc/libbinascii.tex @@ -1,4 +1,4 @@ -\section{Standard module \sectcode{binhex}} +\section{Standard Module \sectcode{binhex}} \label{module-binhex} \stmodindex{binhex} @@ -36,7 +36,7 @@ line). As of this writing, \var{hexbin} appears to not work in all cases. -\section{Standard module \sectcode{uu}} +\section{Standard Module \sectcode{uu}} \stmodindex{uu} This module encodes and decodes files in uuencode format, allowing |