diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2009-02-21 08:41:04 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2009-02-21 08:41:04 +0000 |
| commit | 8ed6a62a3c419bc9b2aa384fe408f30c326d99af (patch) | |
| tree | 9df438f45137c0fdda3ba13e142cba59db2054c4 /docs/ref | |
| parent | 68d15e94d2d3c97e363a6fcfeb13e48c31dfccbb (diff) | |
Fixed #10195 -- Fixed a ReST error in docs/ref/contrib/syndication.txt. Thanks, toxik
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9851 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 e467a9396b..8950153977 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -259,7 +259,7 @@ request to the URL :file:`/rss/beats/0613/`: a 404 error for that request. .. versionadded:: 1.0 - meth:`get_object()` can handle the :file:`/rss/beats/` url. + :meth:`get_object()` can handle the :file:`/rss/beats/` url. The :meth:`get_object()` method also has a chance to handle the :file:`/rss/beats/` url. In this case, :data:`bits` will be an |
