From 2ec23a3d41be2ba5df9f46b17e0a05eb1b051c41 Mon Sep 17 00:00:00 2001 From: Garrison Benson Date: Wed, 16 Dec 2015 14:49:45 -0500 Subject: [PATCH] Refs #13110 -- Fixed typo in Feed class reference. --- docs/ref/contrib/syndication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.