summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJohann C. Rocholl <johann@rocholl.net>2010-02-17 17:54:22 -0800
committerJohann C. Rocholl <johann@rocholl.net>2010-02-17 17:54:22 -0800
commit099bdbe7a86eda74f2fcfc3718360dd80ce3ad11 (patch)
treea29e2bfda315f7d34e8e3e410e67a5587b3e2083 /README.rst
parent57704caa4ec9e4b500a16427b73230e4945d0cfe (diff)
downloadpep8-099bdbe7a86eda74f2fcfc3718360dd80ce3ad11.tar.gz
Wrapped some lines with Emacs.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 0bce501..81fd9cf 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,8 @@
pep8 - Python style guide checker
=================================
-pep8 is a tool to check your Python code against some of the style conventions
-in `PEP 8`_.
+pep8 is a tool to check your Python code against some of the style
+conventions in `PEP 8`_.
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
@@ -19,8 +19,8 @@ Features
* Parseable output: Jump to error location in your editor.
-* Small: Just one Python file, requires only stdlib. You can use just the
- pep8.py file for this purpose.
+* Small: Just one Python file, requires only stdlib. You can use just
+ the pep8.py file for this purpose.
* Easy_installable, of course!