Skip to content

Commit

Permalink
doc string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Jun 24, 2024
1 parent c2a17d0 commit 5f1abab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/core/helpers/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ def chain_lists(
msg (str, optional): An optional message to log when reading from a file. Defaults to None.
remove_blank (bool, optional): Whether to remove blank entries from the list. Defaults to True.
validate (bool, optional): Whether to perform validation for undesirable characters. Defaults to False.
validate (str, optional): When performing validation, what additional set of characters to block (blocks non-printable ascii automatically). Defaults to '<>:"/\\|?*)'
validate_chars (str, optional): When performing validation, what additional set of characters to block (blocks non-printable ascii automatically). Defaults to '<>:"/\\|?*)'
Returns:
list: The list of chained elements.
Expand Down

0 comments on commit 5f1abab

Please sign in to comment.