summaryrefslogtreecommitdiff
path: root/beautifulsoup/builder/__init__.py
diff options
context:
space:
mode:
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