Index: docs/contributing.txt
===================================================================
--- docs/contributing.txt	(revision 6424)
+++ docs/contributing.txt	(working copy)
@@ -333,7 +333,7 @@
 
 Please follow these coding standards when writing code for inclusion in Django:
 
-    * Unless otherwise specified, follow `PEP 8`_.
+    * Unless otherwise specified, follow `PEP 8`_ (use `pep8.py`_ to check).
 
     * Use four spaces for indentation.
 
@@ -924,5 +924,6 @@
 .. _`#django`: irc://irc.freenode.net/django
 .. _list of tickets with patches: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority
 .. _PEP 8: http://www.python.org/peps/pep-0008.html
+.. _pep8.py: http://svn.browsershots.org/trunk/devtools/pep8/pep8.py
 .. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n
 .. _`tags/releases`: http://code.djangoproject.com/browser/django/tags/releases
