Skip to content

Commit

Permalink
Remove redundant 'track' in summaries
Browse files Browse the repository at this point in the history
This year, most of the tracks' names end in “track”.
  • Loading branch information
wjt committed Jan 25, 2011
1 parent cb27443 commit 972db2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sojourner/schedule.py
Expand Up @@ -232,7 +232,7 @@ def __init__(self, node, date, room):
self.end = calculate_end(self.start, self.duration)

def summary(self):
return "<b>%s</b>\n<small>%s <i>(%s, %s–%s, %s, %s track)</i></small>" \
return "<b>%s</b>\n<small>%s <i>(%s, %s–%s, %s, %s)</i></small>" \
% (esc(self.title),
esc(self.person),
esc(self.date), esc(self.start), esc(self.end),
Expand Down

0 comments on commit 972db2f

Please sign in to comment.