Skip to content

Commit e7c5f04

Browse files
authored
Merge pull request #12681 from devtooligan/tweak/update-max-line-length
tweak: update maximum line length
2 parents 8d6b20f + db2b066 commit e7c5f04

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)