summaryrefslogtreecommitdiff
path: root/beautifulsoup/element.py
diff options
context:
space:
mode:
Diffstat (limited to 'beautifulsoup/element.py')
-rw-r--r--beautifulsoup/element.py2
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