summaryrefslogtreecommitdiffstats
path: root/python/autopep8/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-10-04 23:47:20 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-04 23:47:20 +0700
commit11815360da8a8e5472b0f0079836e55abacc39b1 (patch)
tree181f50ce8eb2235bddd448be4b28985ba8ece123 /python/autopep8/README
parent7bad136728cb93637bd834acf3508ec4abbeeb2b (diff)
downloadslackbuilds-11815360da8a8e5472b0f0079836e55abacc39b1.tar.gz
slackbuilds-11815360da8a8e5472b0f0079836e55abacc39b1.tar.xz
python/autopep8: Added (automatically formats Python code).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/autopep8/README')
-rw-r--r--python/autopep8/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/autopep8/README b/python/autopep8/README
new file mode 100644
index 0000000000..ecaa6a995d
--- /dev/null
+++ b/python/autopep8/README
@@ -0,0 +1,2 @@
+A tool that automatically formats Python code to conform
+to the PEP 8 style guide.