Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunwoongko committed Apr 27, 2024
1 parent d45f5eb commit fc91178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kss/_modules/preprocessing/clean_news.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def clean_news(
verbose: bool = False,
) -> Union[str, List[str]]:
"""
Clean news articles by removing useless headers and footers.
This cleans news articles by removing useless headers and footers.
Args:
text (Union[str, List[str], Tuple[str]]): Input text or list of texts.
Expand Down

0 comments on commit fc91178

Please sign in to comment.