From ef53d8fb2bcc5da85102dd87ca3c3713d48895cf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 15 Mar 2018 06:24:30 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bc6d0a3..26754a8 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ White: Black, but brighter (PEP8–inspired) Python code in a style that I prefer. I use it in all my projects. It is configurable, however, to change it's default line–length of ``88`` -charecters to, say, ``79``, like PEP8 recommends. +charecters to, say, ``79``, like `PEP8 `_ recommends. That is exactly what this tool does. It invokes ``$ black --line-length 79`` on your behalf.