Changeset 6560
- Timestamp:
- 10/20/07 05:41:56 (1 year ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r6295 r6560 336 336 * Unless otherwise specified, follow `PEP 8`_. 337 337 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 338 342 * Use four spaces for indentation. 339 343 … … 925 929 .. _list of tickets with patches: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority 926 930 .. _PEP 8: http://www.python.org/peps/pep-0008.html 931 .. _pep8.py: http://svn.browsershots.org/trunk/devtools/pep8/pep8.py 927 932 .. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n 928 933 .. _`tags/releases`: http://code.djangoproject.com/browser/django/tags/releases
