summaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-09 08:25:01 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-09 08:25:01 +0000
commit9584b77c35752b76116d34ac9d8b57c560ef5846 (patch)
tree336fb632fa2a3dd32006e6f3aaf8816cac404792 /docs/misc
parenta322ba66a175abe4c34bfc6d7cdecb8d4e801ed3 (diff)
[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch
Backport of r14069 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/api-stability.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/api-stability.txt b/docs/misc/api-stability.txt
index 70e5221592..456d84b45f 100644
--- a/docs/misc/api-stability.txt
+++ b/docs/misc/api-stability.txt
@@ -125,7 +125,7 @@ Contributed applications (``django.contrib``)
While we'll make every effort to keep these APIs stable -- and have no plans to
break any contrib apps -- this is an area that will have more flux between
-releases. As the web evolves, Django must evolve with it.
+releases. As the Web evolves, Django must evolve with it.
However, any changes to contrib apps will come with an important guarantee:
we'll make sure it's always possible to use an older version of a contrib app if