Fixes return on FeedGenerator.copyright()
This commit is contained in:
parent
c2197dd368
commit
cdaef2dd4b
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ class FeedGenerator(object):
|
|||
:param copyright: The copyright notice.
|
||||
:returns: The copyright notice.
|
||||
'''
|
||||
return rights( copyright )
|
||||
return self.rights( copyright )
|
||||
|
||||
|
||||
def subtitle(self, subtitle=None):
|
||||
|
|
Loading…
Reference in a new issue