summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstringio.tex
diff options
context:
space:
mode:
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}