diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-08 10:37:14 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-08 10:37:14 -0500 |
commit | 0316080c39dd72396232a5da69813b946ba6d6c1 (patch) | |
tree | 7904de41a20d5419bdb110f6e892bf2963f96326 | |
parent | 3ed96ff67abaa06a1784153bc45fd68ffa121872 (diff) |
Corrected the version of Python 2.7 that's got the magic HTMLParser.
-rw-r--r-- | bs4/doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/doc/source/index.rst b/bs4/doc/source/index.rst index 7847fd3..1adbabc 100644 --- a/bs4/doc/source/index.rst +++ b/bs4/doc/source/index.rst @@ -181,7 +181,7 @@ Be sure to install a good parser! Beautiful Soup uses a plugin system that supports a number of popular Python parsers. If no third-party parsers are installed, Beautiful Soup uses the HTML parser that comes with Python. In recent releases -of Python (2.7.2 and 3.2.2), this parser is excellent at handling bad +of Python (2.7.3 and 3.2.2), this parser is excellent at handling bad HTML. Unfortunately, in older releases, it's not very good at all. Even if you're using a recent release of Python, I recommend you |