Skip to content

Commit

Permalink
Merge pull request #72 from hyunwoongko/6.0.0
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
hyunwoongko authored Apr 27, 2024
2 parents 30190a2 + bff64f4 commit 591884d
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 @@ -1239,7 +1239,7 @@ References:

<details>
<summary>38. is_unsafe</summary>
Check if the text is unsafe or not.
This checks if the text is unsafe or not.

Args:
- text (`Union[str, List[str], Tuple[str]]`): single text or list of texts
Expand Down
2 changes: 1 addition & 1 deletion kss/_modules/safety/check_safety.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def is_unsafe(
num_workers: Union[int, str] = "auto",
) -> Union[bool, List[bool], List[bool], List[List[str]]]:
"""
Check if the text is unsafe or not.
This checks if the text is unsafe or not.
Args:
text (Union[str, List[str], Tuple[str]]): single text or list of texts
Expand Down

0 comments on commit 591884d

Please sign in to comment.