From c452b2b0aa31a35ea222a78921ec7d073a86a29d Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Thu, 1 Aug 2013 14:42:24 +0200 Subject: [PATCH] typo --- weboob/capabilities/bank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/capabilities/bank.py b/weboob/capabilities/bank.py index 4e9eee18..580be975 100644 --- a/weboob/capabilities/bank.py +++ b/weboob/capabilities/bank.py @@ -99,7 +99,7 @@ class Transaction(CapBaseObject): date = DateField('Debit date on the bank statement') rdate = DateField('Real date, when the payment has been made; usually extracted from the label or from credit card info') - vdate = DateField('Validity date, or accounting date; usually for professional accounts') + vdate = DateField('Value date, or accounting date; usually for professional accounts') type = IntField('Type of transaction, use TYPE_* constants', default=TYPE_UNKNOWN) raw = StringField('Raw label of the transaction') category = StringField('Category of the transaction')