Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
This was not unexpected; #634
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Feb 12, 2013
1 parent 40b3488 commit d9da7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# XXX I can't believe I'm doing this. Evolve aspen.utils.to_age!
age = to_age(participant['claimed_time'], fmt_past="%(age)s")
age = age.replace('just a moment', 'just now')
age = age.replace('a', '1').replace('an', '1')
age = age.replace('an ', '1 ').replace('a ', '1 ')
words = ('zero', 'one', 'two','three', 'four', 'five', 'six', 'seven',
'eight', 'nine')
for i, word in enumerate(words):
Expand Down

0 comments on commit d9da7cd

Please sign in to comment.