diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 2260a1759..75de18ac0 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -146,8 +146,7 @@ No: Maximum Line Length =================== -Keeping lines under the `PEP 8 recommendation `_ to a maximum of 79 (or 99) -characters helps readers easily parse the code. +Maximum suggested line length is 120 characters. Wrapped lines should conform to the following guidelines.