Kaydet (Commit) 2ec23a3d authored tarafından Garrison Benson's avatar Garrison Benson Kaydeden (comit) Tim Graham

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

üst c4e372aa
...@@ -759,7 +759,7 @@ This example illustrates all possible attributes and methods for a ...@@ -759,7 +759,7 @@ This example illustrates all possible attributes and methods for a
``django.utils.feedgenerator.Enclosure`` objects. ``django.utils.feedgenerator.Enclosure`` objects.
""" """
def item_enclosure_url(self): def item_enclosures(self):
""" """
Returns the ``django.utils.feedgenerator.Enclosure`` list for every Returns the ``django.utils.feedgenerator.Enclosure`` list for every
item in the feed. item in the feed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment