diff options
Diffstat (limited to 'libraries/BeautifulSoup/README')
-rw-r--r-- | libraries/BeautifulSoup/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/BeautifulSoup/README b/libraries/BeautifulSoup/README index 002dc2b409814..08cac5c3667e0 100644 --- a/libraries/BeautifulSoup/README +++ b/libraries/BeautifulSoup/README @@ -13,8 +13,9 @@ projects like screen-scraping. Three features make it powerful: 3. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, - unless the document doesn't specify an encoding and Beautiful Soup can't - autodetect one. Then you just have to specify the original encoding. + unless the document doesn't specify an encoding and Beautiful Soup + can't autodetect one. Then you just have to specify the original + encoding. Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find all the links", or "Find all the links |