summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-12-10 12:32:27 +0000
committerwiz <wiz@pkgsrc.org>2008-12-10 12:32:27 +0000
commitd8651901d16d720e88ad5868c1c10d3d2f86ed1f (patch)
treeeccc792fa74e8ea3c24c1324fb340f377cb6a52a
parent8a37df2c58d700ed7307c4029c544830a49c48d7 (diff)
downloadpkgsrc-d8651901d16d720e88ad5868c1c10d3d2f86ed1f.tar.gz
Remove homepage URL from DESCR.
-rw-r--r--www/py-beautifulsoup/DESCR8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/py-beautifulsoup/DESCR b/www/py-beautifulsoup/DESCR
index eb0ab5affd4..25d9d6bf6ca 100644
--- a/www/py-beautifulsoup/DESCR
+++ b/www/py-beautifulsoup/DESCR
@@ -3,10 +3,8 @@ into a tree representation. It provides methods and Pythonic idioms
that make it easy to search and modify the tree.
A well-formed XML/HTML document will yield a well-formed data
-structure. An ill-formed XML/HTML document will yield a
-correspondingly ill-formed data structure. If your document is only
-locally well-formed, you can use this library to find and process the
+structure. An ill-formed XML/HTML document will yield a correspondingly
+ill-formed data structure. If your document is only locally
+well-formed, you can use this library to find and process the
well-formed part of it. The BeautifulSoup class has heuristics for
obtaining a sensible parse tree in the face of common HTML errors.
-
-WWW: http://www.crummy.com/software/BeautifulSoup/