docs: clarify the maximum line length style

This commit is contained in:
Leo Arias 2018-04-24 10:27:35 -06:00 committed by GitHub
parent d1e1293fbd
commit aff19a1009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ No::
Maximum Line Length 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. characters helps readers easily parse the code.
Wrapped lines should conform to the following guidelines. Wrapped lines should conform to the following guidelines.