Skip to content

Commit ca7e43b

Browse files
committed
Fixed wrapping of text in developer.rst
1 parent fc8c799 commit ca7e43b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/developer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Some high-level aims and directions to bear in mind for contributions:
2727

2828
* ``pycodestyle`` is intended to be as fast as possible.
2929
Using the ``ast`` module defeats that purpose.
30-
The `pep8-naming <https://github.com/flintwork/pep8-naming>`_ plugin exists for this sort of functionality.
30+
The `pep8-naming <https://github.com/flintwork/pep8-naming>`_ plugin exists
31+
for this sort of functionality.
3132
* If you want to provide extensibility / plugins,
3233
please see `flake8 <https://gitlab.com/pycqa/flake8>`_ -
3334
``pycodestyle`` doesn't want or need a plugin architecture.

0 commit comments

Comments
 (0)