Why do maximum line lengths sometimes end with 9?

Viewed 12

In some conventions, PEP-8 for example, I see maximum line widths recommended to be set to values ending with 9, such as 79, 99, 119. Why not rounded to 10, like 80, 100, 120?

I feel like it's an off-by-one error I don't understand.

0 Answers
Related