diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-02-16 18:27:42 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-02-16 18:27:42 +0000 |
| commit | 5b37a02ba3c2857d192ec4311270113ed71c275d (patch) | |
| tree | 75e39f363385d6f0879ad73bc2b3a1c908a1a373 /docs/internals/contributing/writing-code | |
| parent | 758a0cd0f1c646abf6f7d4f01850d3729ad603e0 (diff) | |
Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/coding-style.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index 915cc7724b..1f8be33e05 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -189,7 +189,7 @@ Miscellaneous occasionally cause unnecessary merge conflicts. Some IDE's can be configured to automatically remove them and most VCS tools can be set to highlight them in diff outputs. Note, however, that patches which only - remove whitespace (or only make changes for nominal PEP 8 conformance) + remove whitespace (or only make changes for nominal :pep:`8` conformance) are likely to be rejected, since they only introduce noise rather than code improvement. Tidy up when you're next changing code in the area. |
