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:09 -0500
commit2ec23a3d41be2ba5df9f46b17e0a05eb1b051c41 (patch)
treec3dff88a705e60f7f50dc9db90dd9e45f014f8ad /docs
parentc4e372aaf467ae41315cfe56a718a80469fc5318 (diff)
Refs #13110 -- Fixed typo in Feed class reference.
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.