Merge pull request #1 from emacsen/master

Fix typo
This commit is contained in:
Lars Kiesow 2013-07-14 14:38:20 -07:00
commit f88889283d

View file

@ -574,7 +574,7 @@ class FeedEntry(object):
:param type: Mimetype of the linked media.
:returns: Data of the enclosure element.
'''
if not uri is None:
if not url is None:
self.link( href=url, rel='enclosure', type=type, length=length )
return self.__rss_enclosure