diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 04:23:43 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 04:23:43 +0000 |
| commit | 663d17897eb26851cd41de888af41ec824f32fa6 (patch) | |
| tree | 0773f6a6c5a2c7f9f9b0b7a8643bfdfe41e27a4f /docs/ref/contrib | |
| parent | b626d6024017138c4bfd76c8116269c9773df564 (diff) | |
Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks to Ramiro Morales for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/contrib')
| -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 5c670c7834..5b251ab8c4 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -271,7 +271,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 ---- |
