Ask a question to get started
Enter to sendā¢Shift+Enter new line
Truncate a string to a certain number of words, based on the max string length.
truncate_word( content: Any, *, length: int, suffix: str = '...' ) -> str