summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-06-30 21:29:42 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-06-30 21:29:42 +0000
commit3336bd5c3df4e2837bfdfdbd6cd50e185134fc11 (patch)
tree587d8815b0aa0b65d2eff839f9030f9f0bbe8fb7 /docs
parentb60442f32a1fa5398c01b9b85a1cdef5512fc1a4 (diff)
Made docs/contributing.txt docs style guidelines notes more consistent. The section after the dash is always a full sentence
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index dd63bbdbe0..b3c7efa2f7 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -427,18 +427,19 @@ documentation:
* **Web**, **World Wide Web**, **the Web** -- note Web is always
capitalized when referring to the World Wide Web.
- * **Web site** -- two words, with Web capitalized.
+ * **Web site** -- use two words, with Web capitalized.
Django-specific terminology
---------------------------
- * **model** -- not capitalized.
+ * **model** -- it's not capitalized.
- * **template** -- not capitalized.
+ * **template** -- it's not capitalized.
- * **URLconf** -- three capitalized letters, no space before "conf."
+ * **URLconf** -- use three capitalized letters, with no space before
+ "conf."
- * **view** -- not capitalized.
+ * **view** -- it's not capitalized.
Committing code
===============