From d8651901d16d720e88ad5868c1c10d3d2f86ed1f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 10 Dec 2008 12:32:27 +0000 Subject: Remove homepage URL from DESCR. --- www/py-beautifulsoup/DESCR | 8 +++----- 1 file 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/ -- cgit v1.2.3