Django

Code

Changeset 6560

Show
Ignore:
Timestamp:
10/20/07 05:41:56 (1 year ago)
Author:
mtredinnick
Message:

Fixed #5601 -- Point out the existence of pep8.py for people wanting some extra
help checking for consistency. Thanks, simeon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/contributing.txt

    r6295 r6560  
    336336    * Unless otherwise specified, follow `PEP 8`_. 
    337337 
     338      You could use  a tool like `pep8.py`_ to check for some problems in this 
     339      area, but remember that PEP 8 is only a guide, so respect the style of 
     340      the surrounding code as a primary goal. 
     341 
    338342    * Use four spaces for indentation. 
    339343 
     
    925929.. _list of tickets with patches: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority 
    926930.. _PEP 8: http://www.python.org/peps/pep-0008.html 
     931.. _pep8.py: http://svn.browsershots.org/trunk/devtools/pep8/pep8.py 
    927932.. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n 
    928933.. _`tags/releases`: http://code.djangoproject.com/browser/django/tags/releases