summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrison Benson <benson.garrison@gmail.com>2015-12-16 14:49:45 -0500
committerTim Graham <timograham@gmail.com>2015-12-17 09:09:53 -0500
commit54295a95d9b34dadb17054b88d43b2b769ccc0f3 (patch)
tree0462f0c701f7b4b5d9c9db0aa864fee0456cb8d8 /docs
parentc4c72ade6fc0d870baa54205d8e208530f0b3560 (diff)
[1.9.x] Refs #13110 -- Fixed typo in Feed class reference.
Backport of 2ec23a3d41be2ba5df9f46b17e0a05eb1b051c41 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/syndication.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt
index 4a77f39435..683b5cdc08 100644
--- a/docs/ref/contrib/syndication.txt
+++ b/docs/ref/contrib/syndication.txt
@@ -759,7 +759,7 @@ This example illustrates all possible attributes and methods for a
``django.utils.feedgenerator.Enclosure`` objects.
"""
- def item_enclosure_url(self):
+ def item_enclosures(self):
"""
Returns the ``django.utils.feedgenerator.Enclosure`` list for every
item in the feed.