Django

Code

Changeset 5569

Show
Ignore:
Timestamp:
06/30/07 16:29:42 (1 year ago)
Author:
adrian
Message:

Made docs/contributing.txt docs style guidelines notes more consistent. The section after the dash is always a full sentence

Files:

Legend:

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

    r5568 r5569  
    428428          capitalized when referring to the World Wide Web. 
    429429 
    430     * **Web site** -- two words, with Web capitalized. 
     430    * **Web site** -- use two words, with Web capitalized. 
    431431 
    432432Django-specific terminology 
    433433--------------------------- 
    434434 
    435         * **model** -- not capitalized. 
    436  
    437         * **template** -- not capitalized. 
    438  
    439         * **URLconf** -- three capitalized letters, no space before "conf." 
    440  
    441         * **view** -- not capitalized. 
     435        * **model** -- it's not capitalized. 
     436 
     437        * **template** -- it's not capitalized. 
     438 
     439        * **URLconf** -- use three capitalized letters, with no space before 
     440          "conf." 
     441 
     442        * **view** -- it's not capitalized. 
    442443 
    443444Committing code