diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-09 08:25:01 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-09 08:25:01 +0000 |
| commit | 9584b77c35752b76116d34ac9d8b57c560ef5846 (patch) | |
| tree | 336fb632fa2a3dd32006e6f3aaf8816cac404792 /docs/ref/utils.txt | |
| parent | a322ba66a175abe4c34bfc6d7cdecb8d4e801ed3 (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/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 39b01df0be..e4ce7c4f86 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -193,7 +193,7 @@ Sample usage:: >>> feed = feedgenerator.Rss201rev2Feed( ... title=u"Poynter E-Media Tidbits", ... link=u"http://www.poynter.org/column.asp?id=31", - ... description=u"A group weblog by the sharpest minds in online media/journalism/publishing.", + ... description=u"A group Weblog by the sharpest minds in online media/journalism/publishing.", ... language=u"en", ... ) >>> feed.add_item( |
