diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:42:43 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:42:43 -0500 |
commit | 662ec109acc656b1607b8464d3ef85f5d1feec4c (patch) | |
tree | a54b09e99bb5aeaf361e2ebc9feda15516c7eaca /beautifulsoup/element.py | |
parent | ca1558a5477b27815a20ac248b3ac8a10084c5ab (diff) |
Fixed test failures that were masked by the compatibility methods.
Diffstat (limited to 'beautifulsoup/element.py')
-rw-r--r-- | beautifulsoup/element.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beautifulsoup/element.py b/beautifulsoup/element.py index 31e8fce..726f2e2 100644 --- a/beautifulsoup/element.py +++ b/beautifulsoup/element.py @@ -313,7 +313,7 @@ class PageElement: yield i # Old non-property versions of the generators, for backwards - # compatibility. + # compatibility with BS3. def nextGenerator(self): return self.next_elements |