From cb47e776b30a4e4bcdfc9a986900dd6545bf58ab Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 08:00:20 -0500 Subject: [PATCH] lines Signed-off-by: Kenneth Reitz --- source/editor.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/editor.rst b/source/editor.rst index fec3da2..1b5a5af 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -57,7 +57,9 @@ According to `PEP8 `_, all lines of Python "rulers": [ 72, 79, -], + ], + +Now, you'll see nice horizontal lines at 72 and 79 charecters, informing you of how long your lines are!