summaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup/DESCR
diff options
context:
space:
mode:
authorwiz <wiz>2008-12-10 12:32:27 +0000
committerwiz <wiz>2008-12-10 12:32:27 +0000
commitedebf36bc7beeca448049711f774c8570144f0ef (patch)
treeeccc792fa74e8ea3c24c1324fb340f377cb6a52a /www/py-beautifulsoup/DESCR
parent57e538e4e9ce8cbaff9406f8006352578510e523 (diff)
downloadpkgsrc-edebf36bc7beeca448049711f774c8570144f0ef.tar.gz
Remove homepage URL from DESCR.
Diffstat (limited to 'www/py-beautifulsoup/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/