summaryrefslogtreecommitdiff
path: root/beautifulsoup/builder/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-20 08:41:38 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-20 08:41:38 -0500
commitec444785a35722778ad188a66fef483cc93d7bbb (patch)
tree041b3f3dbf0f069dbb83da09c52a5fab56df34b2 /beautifulsoup/builder/__init__.py
parenta16883da6445710fcf69cfcc1842fb6883495b1c (diff)
Added an empty-element tag test.
Diffstat (limited to 'beautifulsoup/builder/__init__.py')
-rw-r--r--beautifulsoup/builder/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/beautifulsoup/builder/__init__.py b/beautifulsoup/builder/__init__.py
index 37e9c8a..deaa613 100644
--- a/beautifulsoup/builder/__init__.py
+++ b/beautifulsoup/builder/__init__.py
@@ -116,7 +116,7 @@ class SAXTreeBuilder(TreeBuilder):
class HTMLTreeBuilder(TreeBuilder):
"""This TreeBuilder knows facts about HTML.
- Such as which tags are self-closing tags.
+ Such as which tags are empty-element tags.
"""
assume_html = True