From 18e361ab2c5beeddf126a601bfcc7753cf84efec Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 15 Jul 2019 18:13:49 +0200 Subject: [PATCH] Fix typo --- fints/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fints/client.py b/fints/client.py index 2cf49fa..974cc7f 100644 --- a/fints/client.py +++ b/fints/client.py @@ -162,7 +162,7 @@ class FinTS3Client: raise TypeError("bank_identifier must be BankIdentifier or str (BLZ)") self.system_id = SYSTEM_ID_UNASSIGNED if not product_id: - logger.warn('You should register your program with the ZKA and pass your own product_id ass a parameter.') + logger.warn('You should register your program with the ZKA and pass your own product_id as a parameter.') product_id = 'DC333D745719C4BD6A6F9DB6A' self.user_id = user_id -- 2.47.2