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!