diff options
Diffstat (limited to 'development/pep8/README')
-rw-r--r-- | development/pep8/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/development/pep8/README b/development/pep8/README new file mode 100644 index 0000000000..d5aafb4594 --- /dev/null +++ b/development/pep8/README @@ -0,0 +1,2 @@ +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/>. |