diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 04:32:40 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 04:32:40 +0000 |
| commit | 0711e1051df11a91d3a468a6e337d950f8147182 (patch) | |
| tree | 883181a8bed1385b51d90f8528d0aca3d9a4904f /docs/ref | |
| parent | 947c8ce3b42e4da41bc58be60e37cb3bcde23027 (diff) | |
[1.1.X] Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks to Ramiro Morales for the report and patch.
Backport of r13144 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 43a399a15b..42a23019e6 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -333,7 +333,7 @@ Language Feeds created by the syndication framework automatically include the appropriate ``<language>`` tag (RSS 2.0) or ``xml:lang`` attribute (Atom). This -comes directly from your :setting:`LANGUAGE_CODE setting`. +comes directly from your :setting:`LANGUAGE_CODE` setting. URLs ---- |
