fix wording

This commit is contained in:
Romain Bignon 2015-04-04 15:46:01 +02:00
commit 84ce7b72ec

View file

@ -283,7 +283,7 @@ class FrenchTransaction(Transaction):
else:
item.obj.rdate = datetime.date(yy, mm, dd)
except ValueError as e:
raise ParseError('Unable to date in label %r: %s' % (raw, e))
raise ParseError('Unable to parse date in label %r: %s' % (raw, e))
break