Skip to content

Commit

Permalink
Fix confusing month symbol (simple) - timeformat
Browse files Browse the repository at this point in the history
The title.
  • Loading branch information
Foxlet committed Aug 19, 2015
1 parent 075a2f9 commit 5550dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbot/util/timeformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def format_time(seconds, count=3, accuracy=6, simple=False):
('c', 60 * 60 * 24 * 365 * 100),
('de', 60 * 60 * 24 * 365 * 10),
('y', 60 * 60 * 24 * 365),
('m', 60 * 60 * 24 * 30),
('mo', 60 * 60 * 24 * 30),
('d', 60 * 60 * 24),
('h', 60 * 60),
('m', 60),
Expand Down

0 comments on commit 5550dd3

Please sign in to comment.