diff options
Diffstat (limited to 'development/pep8/README')
-rw-r--r-- | development/pep8/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/development/pep8/README b/development/pep8/README index d5aafb4594..a169dbd683 100644 --- a/development/pep8/README +++ b/development/pep8/README @@ -1,2 +1,4 @@ -pep8 is a tool to check your Python code against some of the style conventions -in PEP 8 <http://www.python.org/dev/peps/pep-0008/>. +pep8 is a tool to check your Python code against some of the style +conventions in PEP 8 <http://www.python.org/dev/peps/pep-0008/>. + +This requires pysetuptools. |