Skip to content

Commit db2b066

Browse files
committed
tweak: update maximum line length
1 parent 8d6b20f commit db2b066

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/style-guide.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ No:
146146
Maximum Line Length
147147
===================
148148

149-
Keeping lines under the `PEP 8 recommendation <https://www.python.org/dev/peps/pep-0008/#maximum-line-length>`_ to a maximum of 79 (or 99)
150-
characters helps readers easily parse the code.
149+
Maximum suggested line length is 120 characters.
151150

152151
Wrapped lines should conform to the following guidelines.
153152

0 commit comments

Comments
 (0)