Message 208833 - Python tracker
Yes, I think we can extend the limit (until implement wrapping). On my narrow monitor there is a room only for 120 character tip (when it starts right from left side of the screen), so I prefer to wrap long lines. In any case too long lines are not comfortable to read. >>> len(str(inspect.signature(textwrap.TextWrapper))) 242