pep8 rulers

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-19 08:19:28 -05:00
parent 905026aca8
commit 79087f0009
+2 -2
View File
@@ -66,8 +66,8 @@ To enable this shortcut, if you're on a Mac, do the following:
Then, the ``subl`` command will be available to you, always.
Rulers
//////
PEP8 Rulers
///////////
According to `PEP8 <http://pep8.org/#maximum-line-length>`_, all lines of Python should typically be set to a maximum length of 79 characters (72 if documentation).