From: Raphael Michel Date: Mon, 15 Jul 2019 16:13:49 +0000 (+0200) Subject: Fix typo X-Git-Tag: v2.2.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e361ab2c5beeddf126a601bfcc7753cf84efec;p=thirdparty%2Fpython-fints.git Fix typo --- 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