We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45f5eb commit fc91178Copy full SHA for fc91178
kss/_modules/preprocessing/clean_news.py
@@ -280,7 +280,7 @@ def clean_news(
280
verbose: bool = False,
281
) -> Union[str, List[str]]:
282
"""
283
- Clean news articles by removing useless headers and footers.
+ This cleans news articles by removing useless headers and footers.
284
285
Args:
286
text (Union[str, List[str], Tuple[str]]): Input text or list of texts.
0 commit comments