summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-06-15 22:43:03 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2007-06-15 22:43:03 (GMT)
commit0b4589f60d572b47ef4659135e3b67c5da02ebc9 (patch)
treec954b7d82bfdac89ce2745e9a68a5320e9923571 /Doc/howto
parentdf4622690b9d480e3c35fcebe21eb0af7c82b40d (diff)
downloadcpython-0b4589f60d572b47ef4659135e3b67c5da02ebc9.zip
cpython-0b4589f60d572b47ef4659135e3b67c5da02ebc9.tar.gz
cpython-0b4589f60d572b47ef4659135e3b67c5da02ebc9.tar.bz2
Add a word
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/unicode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
index f92471a..dffe2cb 100644
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -152,7 +152,7 @@ it presents a number of problems.
4. Many Internet standards are defined in terms of textual data, and
can't handle content with embedded zero bytes.
-Generally people don't use this encoding, choosing other encodings
+Generally people don't use this encoding, instead choosing other encodings
that are more efficient and convenient.
Encodings don't have to handle every possible Unicode character, and