Descripción
Sintaxis
textwrap.shorten(text, width, *, fix_sentence_endings=False, break_long_words=True, break_on_hyphens=True, placeholder=' [...]')
Parámetros
- *,
- break_long_words,
- break_on_hyphens,
- fix_sentence_endings,
- placeholder,
- text,
- width,
Ejemplo