diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-18 17:43:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-18 17:43:06 (GMT) |
commit | ba0a9899880849f05ab22190147528b0ea054f5a (patch) | |
tree | cf5f9e87a2158cd1dc6c9605acd9b022ce9f444a /Doc/lib/libbase64.tex | |
parent | 510dfbad3d94e1137b161e972a9fb6811fcb6ad5 (diff) | |
download | cpython-ba0a9899880849f05ab22190147528b0ea054f5a.zip cpython-ba0a9899880849f05ab22190147528b0ea054f5a.tar.gz cpython-ba0a9899880849f05ab22190147528b0ea054f5a.tar.bz2 |
Make all the \seemodule explanations consistent: start with a capitalized
letter and end with proper punctuation. "Documenting Python" will be
updated accordingly so that this will be editorial policy for the Python
documentation.
Diffstat (limited to 'Doc/lib/libbase64.tex')
-rw-r--r-- | Doc/lib/libbase64.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index bede708..b608a8a 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex @@ -50,8 +50,8 @@ base64 encoded data. \begin{seealso} - \seemodule{binascii}{support module containing \ASCII{}-to-binary - and binary-to-\ASCII{} conversions} + \seemodule{binascii}{Support module containing \ASCII{}-to-binary + and binary-to-\ASCII{} conversions.} \seetext{Internet \rfc{1521}, \emph{MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies}, section |