fix typos guild -> gild
This commit is contained in:
@@ -346,7 +346,7 @@ class SubmissionPage(Page):
|
||||
attr = self.term.attr('Gold')
|
||||
self.term.add_space(win)
|
||||
count = 'x{}'.format(data['gold']) if data['gold'] > 1 else ''
|
||||
text = self.term.guilded + count
|
||||
text = self.term.gilded + count
|
||||
self.term.add_line(win, text, attr=attr)
|
||||
|
||||
if data['stickied']:
|
||||
@@ -449,7 +449,7 @@ class SubmissionPage(Page):
|
||||
attr = self.term.attr('Gold')
|
||||
self.term.add_space(win)
|
||||
count = 'x{}'.format(data['gold']) if data['gold'] > 1 else ''
|
||||
text = self.term.guilded + count
|
||||
text = self.term.gilded + count
|
||||
self.term.add_line(win, text, attr=attr)
|
||||
|
||||
if data['nsfw']:
|
||||
|
||||
@@ -383,7 +383,7 @@ class SubredditPage(Page):
|
||||
attr = self.term.attr('Gold')
|
||||
self.term.add_space(win)
|
||||
count = 'x{}'.format(data['gold']) if data['gold'] > 1 else ''
|
||||
text = self.term.guilded + count
|
||||
text = self.term.gilded + count
|
||||
self.term.add_line(win, text, attr=attr)
|
||||
|
||||
if data['nsfw']:
|
||||
|
||||
Reference in New Issue
Block a user