mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +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
19b1c6156b
commit
907e76b620
17 changed files with 105 additions and 98 deletions
|
|
@ -17,7 +17,7 @@ If no string is given, the \class{StringIO} will start empty.
|
|||
|
||||
The \class{StringIO} object can accept either Unicode or 8-bit
|
||||
strings, but mixing the two may take some care. If both are used,
|
||||
8-bit strings that cannot be interpreted as 7-bit \ASCII{} (i.e., that
|
||||
8-bit strings that cannot be interpreted as 7-bit \ASCII{} (that
|
||||
use the 8th bit) will cause a \exception{UnicodeError} to be raised
|
||||
when \method{getvalue()} is called.
|
||||
\end{classdesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue