summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-16 12:42:22 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-16 12:42:22 -0400
commit31f2fc3daeb2251c972f53ec42f6b8534f461328 (patch)
tree25efdd3b97e4be753e97d3b2c69464aa63a45d91
parent920f7750783908d6a6be9e3d1f5db45efb9003ee (diff)
corrected typo. [bug=1561510]
-rw-r--r--bs4/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 351c32c..da9196d 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -5,8 +5,8 @@ http://www.crummy.com/software/BeautifulSoup/
Beautiful Soup uses a pluggable XML or HTML parser to parse a
(possibly invalid) document into a tree representation. Beautiful Soup
-provides provides methods and Pythonic idioms that make it easy to
-navigate, search, and modify the parse tree.
+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
and/or html5lib is installed.
@@ -14,6 +14,7 @@ and/or html5lib is installed.
For more than you ever wanted to know about Beautiful Soup, see the
documentation:
http://www.crummy.com/software/BeautifulSoup/bs4/doc/
+
"""
# Use of this source code is governed by a BSD-style license that can be