All the TextWrappers in api_config.py are configured with break_long_words=False except one instance near line 127.
The reason why it is not configured is, it is resulting in long lines. Currently, it is breaking start_generation word in wiredtiger.in generation.
Scope of this ticket is to add break_long_words=False and make the changes so that long lines will not be generated.