diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-06 19:28:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-06 19:28:48 (GMT) |
commit | 91f2f26d7515635453945325fb833bde13396f4c (patch) | |
tree | 3484a2c78ce9e2c337f39b58156a4aaaeba96843 /Doc/lib/libmimify.tex | |
parent | 6ee42348025611f537b80d5dbf55f4d5b9bd58f2 (diff) | |
download | cpython-91f2f26d7515635453945325fb833bde13396f4c.zip cpython-91f2f26d7515635453945325fb833bde13396f4c.tar.gz cpython-91f2f26d7515635453945325fb833bde13396f4c.tar.bz2 |
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.
Diffstat (limited to 'Doc/lib/libmimify.tex')
-rw-r--r-- | Doc/lib/libmimify.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmimify.tex b/Doc/lib/libmimify.tex index 096c38a..dffd1a0 100644 --- a/Doc/lib/libmimify.tex +++ b/Doc/lib/libmimify.tex @@ -56,7 +56,7 @@ Return a MIME-encoded version of the header line in \var{line}. \begin{datadesc}{MAXLEN} By default, a part will be encoded as quoted-printable when it -contains any non-\ASCII{} characters (i.e., characters with the 8th bit +contains any non-\ASCII{} characters (characters with the 8th bit set), or if there are any lines longer than \constant{MAXLEN} characters (default value 200). \end{datadesc} |