From b5c1f281e67b07064a9587080bba50db45f607bf Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 31 Jul 2018 10:58:23 +0200 Subject: [PATCH] fix: typo --- bin/BankAccount.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/BankAccount.py b/bin/BankAccount.py index 4af52a8b..58fa3e64 100755 --- a/bin/BankAccount.py +++ b/bin/BankAccount.py @@ -5,9 +5,7 @@ The BankAccount Module ====================== -This module is consuming the Redis-list created by the Categ module. - -It apply BankAccount regexes on paste content and warn if above a threshold. +It apply IBAN regexes on paste content and warn if above a threshold. """