Browse Source

Refs #13110 -- Fixed typo in Feed class reference.

Garrison Benson 9 years ago
parent
commit
2ec23a3d41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/contrib/syndication.txt

+ 1 - 1
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.