Commit 54295a95 authored by Garrison Benson's avatar Garrison Benson Committed by Tim Graham
Browse files

[1.9.x] Refs #13110 -- Fixed typo in Feed class reference.

Backport of 2ec23a3d from master
parent c4c72ade
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.