Merge branch 'patch-1' of https://github.com/tekromancr/python-feedgen
This commit is contained in:
commit
1e9cf23f65
1 changed files with 1 additions and 1 deletions
|
@ -738,7 +738,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