I'm just using a simple print() function, but when the output hits the end of the window, rather than taking the last word and using it to start a new line, it just continues it in the next line so I have half of the word in one line and the other half in the next line.
For example:
print('One of my favourite things to do over the holiday is go snowboarding.')
Output:
One of my favourite things to do over t| < this would be the end of the window
he holiday is to go snowboarding.