Skip to content

Commit

Permalink
docs: clarify the maximum line length style
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias authored Apr 24, 2018
1 parent d1e1293 commit aff19a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ No::
Maximum Line Length
===================

Keeping lines under the `PEP 8 recommendation <https://www.python.org/dev/peps/pep-0008/#maximum-line-length>`_ of 79 (or 99)
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)
characters helps readers easily parse the code.

Wrapped lines should conform to the following guidelines.
Expand Down

0 comments on commit aff19a1

Please sign in to comment.