Skip to content

Commit

Permalink
English motherfucker do you speak it
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Nov 28, 2010
1 parent fa8711d commit 6ba53d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwim.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def str2time(s):
try:
dt = parse(s)
except ValueError:
raise EpistemicClosure('I don\'t what what you mean by "%s"' % s)
raise EpistemicClosure('I don\'t know what you mean by "%s"' % s)

if dt.utcoffset() is None:
from time import mktime as tuple2epoch
Expand Down

0 comments on commit 6ba53d5

Please sign in to comment.