Skip to content

Commit

Permalink
Change PEP 8 and pep8 RST references.
Browse files Browse the repository at this point in the history
  • Loading branch information
martey committed Jan 11, 2014
1 parent 887730f commit 2430f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ an unrelated area of the code).
Code Style
----------

Code *must* be compliant with `PEP8`_.Use the latest version of `pep8pypi`_ or
Code *must* be compliant with `PEP 8`_. Use the latest version of `pep8`_ or
`flake8`_ to catch issues.

Git commit messages should include `a summary and proper line wrapping`_.

.. _PEP8: http://www.python.org/dev/peps/pep-0008/
.. _pep8pypi: https://pypi.python.org/pypi/pep8
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
.. _pep8: https://pypi.python.org/pypi/pep8
.. _flake8: https://pypi.python.org/pypi/flake8
.. _a summary and proper line wrapping: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Expand Down

0 comments on commit 2430f11

Please sign in to comment.