Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc91178

Browse files
committedApr 27, 2024·
update README.md
1 parent d45f5eb commit fc91178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎kss/_modules/preprocessing/clean_news.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def clean_news(
280280
verbose: bool = False,
281281
) -> Union[str, List[str]]:
282282
"""
283-
Clean news articles by removing useless headers and footers.
283+
This cleans news articles by removing useless headers and footers.
284284
285285
Args:
286286
text (Union[str, List[str], Tuple[str]]): Input text or list of texts.

0 commit comments

Comments
 (0)
Please sign in to comment.