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
This commit is contained in:
Aymeric Augustin 2012-02-16 18:27:42 +00:00
parent 758a0cd0f1
commit 5b37a02ba3
2 changed files with 5 additions and 6 deletions

View file

@ -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.