Skip to content

Commit

Permalink
Extend docstring of utils.parse_text()
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 25, 2024
1 parent 67f3274 commit e099b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions audbcards/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ def limit_presented_samples(
def parse_text(text: str) -> str:
"""Remove unsupported characters and restrict length.
The text is stripped from HTML tags or newlines,
and limited to a maximum length of 100 characters.
Args:
text: input text
Expand Down

0 comments on commit e099b1e

Please sign in to comment.