Update README.rst

This commit is contained in:
2018-03-15 06:24:30 -04:00
committed by GitHub
parent 4b0c00823c
commit ef53d8fb2b
+1 -1
View File
@@ -5,7 +5,7 @@ White: Black, but brighter (PEP8inspired)
Python code in a style that I prefer. I use it in all my projects.
It is configurable, however, to change it's default linelength of ``88``
charecters to, say, ``79``, like PEP8 recommends.
charecters to, say, ``79``, like `PEP8 <http://pep8.org>`_ recommends.
That is exactly what this tool does. It invokes ``$ black --line-length 79`` on your behalf.