diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-20 08:41:38 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-20 08:41:38 -0500 |
commit | ec444785a35722778ad188a66fef483cc93d7bbb (patch) | |
tree | 041b3f3dbf0f069dbb83da09c52a5fab56df34b2 /beautifulsoup/builder/__init__.py | |
parent | a16883da6445710fcf69cfcc1842fb6883495b1c (diff) |
Added an empty-element tag test.
Diffstat (limited to 'beautifulsoup/builder/__init__.py')
-rw-r--r-- | beautifulsoup/builder/__init__.py | 2 |
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 |