summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-06 16:04:18 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-06 16:08:23 -0700
commitca7e43b493d682589f918c5bc02aaf29b57e2f2a (patch)
tree462a449c87d97d0d8fe717569266f73f4776e9c1
parentfc8c7995248c9a134ab7627838a81a2ad5a3c606 (diff)
downloadpep8-ca7e43b493d682589f918c5bc02aaf29b57e2f2a.tar.gz
Fixed wrapping of text in developer.rst
-rw-r--r--docs/developer.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index 4779c78..c921ae7 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -27,7 +27,8 @@ Some high-level aims and directions to bear in mind for contributions:
* ``pycodestyle`` is intended to be as fast as possible.
Using the ``ast`` module defeats that purpose.
- The `pep8-naming <https://github.com/flintwork/pep8-naming>`_ plugin exists for this sort of functionality.
+ The `pep8-naming <https://github.com/flintwork/pep8-naming>`_ plugin exists
+ for this sort of functionality.
* If you want to provide extensibility / plugins,
please see `flake8 <https://gitlab.com/pycqa/flake8>`_ -
``pycodestyle`` doesn't want or need a plugin architecture.