summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstringio.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-06 20:30:11 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-06 20:30:11 (GMT)
commit907e76b62081cc3e3d4dbab94f3e5799086021a0 (patch)
treede205bb308f02d8fbefb427aab172786aae98aae /Doc/lib/libstringio.tex
parent19b1c6156bcb9d8c79808c718be2dac2f55c6d00 (diff)
downloadcpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.zip
cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.gz
cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.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/libstringio.tex')
-rw-r--r--Doc/lib/libstringio.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstringio.tex b/Doc/lib/libstringio.tex
index 3b92ba1..9279a3f2 100644
--- a/Doc/lib/libstringio.tex
+++ b/Doc/lib/libstringio.tex
@@ -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}