summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2018-07-19 22:42:21 -0400
committerLeonard Richardson <leonardr@segfault.org>2018-07-19 22:42:21 -0400
commitd6059b913ec0b203aaaabd3ef296c1905c935ef1 (patch)
tree43d7a3932f25a9a8059e45c9430b6c34b5ffd29c
parent9e8cd98aa68fcd539c8039dc3ef1b09e8278a551 (diff)
downloadbeautifulsoup4-d6059b913ec0b203aaaabd3ef296c1905c935ef1.tar.gz
Clarified phrasing.
-rw-r--r--doc/source/index.rst2
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>"