]> granicus.if.org Git - python/commitdiff
Clarify sentence.
authorGeorg Brandl <georg@python.org>
Tue, 29 Oct 2013 07:16:56 +0000 (08:16 +0100)
committerGeorg Brandl <georg@python.org>
Tue, 29 Oct 2013 07:16:56 +0000 (08:16 +0100)
Doc/howto/unicode.rst

index 2920aa11cb3f9411561b5f5668db1a849b901458..9d48a787e85dd6b995c171a01c755372506f12d4 100644 (file)
@@ -514,7 +514,7 @@ columns and can return Unicode values from an SQL query.
 
 Unicode data is usually converted to a particular encoding before it gets
 written to disk or sent over a socket.  It's possible to do all the work
-yourself: open a file, read an 8-bit bytes object from it, and convert the string
+yourself: open a file, read an 8-bit bytes object from it, and convert the bytes
 with ``bytes.decode(encoding)``.  However, the manual approach is not recommended.
 
 One problem is the multi-byte nature of encodings; one Unicode character can be