# This is an example of a rater long comment. It is surely at least 80 characters long, and in fact I dare say
# that it is substrantially longer than even those 80 characters that I just mentioned.
Should be wrapped to the following:
# This is an example of a rater long comment. It is surely at least 80 characters
# long, and in fact I dare say that it is substrantially longer than even those
# 80 characters that I just mentioned.
This operation is equivalent to joining the comment to a single line, removing the comment prefix and then just wrapping that line.
For example, this comment:
Should be wrapped to the following:
This operation is equivalent to joining the comment to a single line, removing the comment prefix and then just wrapping that line.