Author: mtredinnick
Date: 2007-10-20 05:41:56 -0500 (Sat, 20 Oct 2007)
New Revision: 6560

Modified:
   django/trunk/docs/contributing.txt
Log:
Fixed #5601 -- Point out the existence of pep8.py for people wanting some extra
help checking for consistency. Thanks, simeon.


Modified: django/trunk/docs/contributing.txt
===================================================================
--- django/trunk/docs/contributing.txt  2007-10-20 10:37:32 UTC (rev 6559)
+++ django/trunk/docs/contributing.txt  2007-10-20 10:41:56 UTC (rev 6560)
@@ -335,6 +335,10 @@
 
     * Unless otherwise specified, follow `PEP 8`_.
 
+      You could use  a tool like `pep8.py`_ to check for some problems in this
+      area, but remember that PEP 8 is only a guide, so respect the style of
+      the surrounding code as a primary goal.
+
     * Use four spaces for indentation.
 
     * Use underscores, not camelCase, for variable, function and method names
@@ -924,5 +928,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


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to