ID EN
Text Wrapping

break_long_words

Python 3.11

(default: True) If true, then words longer than width will be broken in order to ensure that no lines are longer than width. If it is false, long words will not be broken, and some lines may be longer than width. (Long words will be put on a line by themselves, in order to minimize the amount by which width is exceeded.)

Syntax

PYTHON
break_long_words

See Also

width width width width