Skip to content

Commit a21a405

Browse files
committed
style: fix docstring line length
1 parent 84e9bee commit a21a405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydoll/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def extract_text_from_html(html: str, separator: str = '', strip: bool = False)
9090
Args:
9191
html (str): The HTML string to extract text from.
9292
separator (str, optional): String inserted between extracted text fragments. Defaults to ''.
93-
strip (bool, optional): Whether to strip whitespace from each text fragment. Defaults to False.
93+
strip (bool, optional): Whether to strip whitespace from text fragments. Defaults to False.
9494
9595
Returns:
9696
str: The extracted visible text.

0 commit comments

Comments
 (0)