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 591884d commit cc6ab26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ References:

<details>
<summary>24. anonymize</summary>
Anonymize sensitive information in the given text.
This anonymizes sensitive information in the given text.

Args:
- text (`Union[str, List[str], Tuple[str]`): single text or list of texts
Expand Down
2 changes: 1 addition & 1 deletion kss/_modules/preprocessing/anonymize.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def anonymize(
num_workers: Union[int, str] = "auto",
):
"""
Anonymize sensitive information in the given text.
This anonymizes sensitive information in the given text.
Args:
text (Union[str, List[str], Tuple[str]): single text or list of texts
Expand Down

0 comments on commit cc6ab26

Please sign in to comment.