]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Sat, 1 Sep 2007 18:34:05 +0000 (18:34 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 1 Sep 2007 18:34:05 +0000 (18:34 +0000)
Doc/library/codecs.rst

index b44dca4ac808ca0f7b23152d9c70d53c019341d5..1bcd376cb1a64d24d602bab939371fb3658706d2 100644 (file)
@@ -816,7 +816,7 @@ Without external information it's impossible to reliably determine which
 encoding was used for encoding a Unicode string. Each charmap encoding can
 decode any random byte sequence. However that's not possible with UTF-8, as
 UTF-8 byte sequences have a structure that doesn't allow arbitrary byte
-sequence. To increase the reliability with which a UTF-8 encoding can be
+sequences. To increase the reliability with which a UTF-8 encoding can be
 detected, Microsoft invented a variant of UTF-8 (that Python 2.5 calls
 ``"utf-8-sig"``) for its Notepad program: Before any of the Unicode characters
 is written to the file, a UTF-8 encoded BOM (which looks like this as a byte