mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
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.
This commit is contained in:
parent
6ee4234802
commit
91f2f26d75
12 changed files with 105 additions and 103 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue