From aff19a100924e98a46a0f916f7e03acbbcc5404e Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Tue, 24 Apr 2018 10:27:35 -0600 Subject: [PATCH] docs: clarify the maximum line length style --- docs/style-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index ee1ea4bd2..0c58f3eb8 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -117,7 +117,7 @@ No:: Maximum Line Length =================== -Keeping lines under the `PEP 8 recommendation `_ of 79 (or 99) +Keeping lines under the `PEP 8 recommendation `_ to a maximum of 79 (or 99) characters helps readers easily parse the code. Wrapped lines should conform to the following guidelines.