From 79087f000963eda75979ee9d10e2e7bf807a6d28 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 08:19:28 -0500 Subject: [PATCH] pep8 rulers Signed-off-by: Kenneth Reitz --- source/editor.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/editor.rst b/source/editor.rst index 20c3088..cf7a559 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -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 `_, all lines of Python should typically be set to a maximum length of 79 characters (72 if documentation).