Skip to content

Commit ef979dc

Browse files
committed
DOC make it more explicit selector_to_text is parsel-specific
1 parent 0b6c8ef commit ef979dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html_text/html_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def traverse_text_fragments(tree, context, handle_tail=True):
138138

139139

140140
def selector_to_text(sel, guess_punct_space=True, guess_layout=True):
141-
""" Convert a cleaned selector to text.
141+
""" Convert a cleaned parsel.Selector to text.
142142
See html_text.extract_text docstring for description of the approach
143143
and options.
144144
"""

0 commit comments

Comments
 (0)