diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-07-19 22:42:21 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-07-19 22:42:21 -0400 |
commit | 0a5cee2b979da8603fd4ca12629cb97face29502 (patch) | |
tree | a8c99909866d20885e8f360376ee42208a5dc9e4 /doc/source/index.rst | |
parent | d055e7ab92a65e641f19989f0d92a0fdcc4fdc4c (diff) |
Clarified phrasing.
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 8b2822d..73a288b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2430,7 +2430,7 @@ mistakes and delays by passing it to the ``BeautifulSoup`` constructor as ``from_encoding``. Here's a document written in ISO-8859-8. The document is so short that -Unicode, Dammit can't get a good lock on it, and misidentifies it as +Unicode, Dammit can't get a lock on it, and misidentifies it as ISO-8859-7:: markup = b"<h1>\xed\xe5\xec\xf9</h1>" |