Fix typo.

This commit is contained in:
Jason Tibbitts 2015-08-21 12:25:45 -05:00
parent 73fbaf0130
commit 31ba43f529

View file

@ -516,7 +516,7 @@ def report_merge(bugs, bugdata, loader, tmpdir, subs):
def report_needsponsor(bugs, bugdata, loader, usermap, tmpdir, subs):
data = deepcopy(subs)
data['description'] = 'This page lists all new NEEDSPONSOR tickets (those without the fedora-revlew flag set).'
data['description'] = 'This page lists all new NEEDSPONSOR tickets (those without the fedora-review flag set).'
data['title'] = 'NEEDSPONSOR tickets'
curreporter = ''
curcount = 0