From 3336bd5c3df4e2837bfdfdbd6cd50e185134fc11 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 30 Jun 2007 21:29:42 +0000 Subject: [PATCH] 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 --- docs/contributing.txt | 11 ++++++----- 1 file 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 ===============