summaryrefslogtreecommitdiff
path: root/bs4/element.py
diff options
context:
space:
mode:
Diffstat (limited to 'bs4/element.py')
-rw-r--r--bs4/element.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/element.py b/bs4/element.py
index 744a4e0..4a4d3ed 100644
--- a/bs4/element.py
+++ b/bs4/element.py
@@ -820,7 +820,7 @@ class Tag(PageElement):
for string in self._all_strings(True):
yield string
- def get_text(self, separator="", strip=False):
+ def get_text(self, separator=u"", strip=False):
"""
Get all child strings, concatenated using the given separator.
"""