summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-07-26 19:50:21 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-07-26 19:50:21 +0300
commit82e22ffc22ffaaf322a848a15aa5f84dbcb67d42 (patch)
tree925f813d86be6c527ce8d57a1f87923f7cf48743 /bs4/__init__.py
parentc0c4eb5d89777c922e8cfd31b2ac8f86972e1f3c (diff)
Clarify Python 2(.7) support status
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 308428a..aff8fc3 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -8,7 +8,7 @@ Beautiful Soup uses a pluggable XML or HTML parser to parse a
provides methods and Pythonic idioms that make it easy to navigate,
search, and modify the parse tree.
-Beautiful Soup works with Python 2.6 and up. It works better if lxml
+Beautiful Soup works with Python 2.7 and up. It works better if lxml
and/or html5lib is installed.
For more than you ever wanted to know about Beautiful Soup, see the