From ca7e43b493d682589f918c5bc02aaf29b57e2f2a Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Mon, 6 Jun 2016 16:04:18 -0700 Subject: Fixed wrapping of text in developer.rst --- docs/developer.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 `_ plugin exists for this sort of functionality. + The `pep8-naming `_ plugin exists + for this sort of functionality. * If you want to provide extensibility / plugins, please see `flake8 `_ - ``pycodestyle`` doesn't want or need a plugin architecture. -- cgit v1.2.1