From b8b2e46aabd96255723249d43b45c89490091072 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 23 May 2016 10:42:28 +0200 Subject: [PATCH] Take into accounts the remarks of Eric Caudal --- account_banking_sepa_direct_debit/README.rst | 7 ++----- account_banking_sepa_direct_debit/models/common.py | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/account_banking_sepa_direct_debit/README.rst b/account_banking_sepa_direct_debit/README.rst index 000b0263d..22f07a8ad 100644 --- a/account_banking_sepa_direct_debit/README.rst +++ b/account_banking_sepa_direct_debit/README.rst @@ -1,6 +1,7 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg :alt: License: AGPL-3 +================================= Account Banking SEPA Direct Debit ================================= @@ -59,11 +60,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed `feedback -`_. +help us smashing it by providing a detailed and welcomed feedback. Credits ======= diff --git a/account_banking_sepa_direct_debit/models/common.py b/account_banking_sepa_direct_debit/models/common.py index 83f7bfa03..33712f3b3 100644 --- a/account_banking_sepa_direct_debit/models/common.py +++ b/account_banking_sepa_direct_debit/models/common.py @@ -21,7 +21,7 @@ def is_sepa_creditor_identifier_valid(sepa_creditor_identifier): sci = str(sepa_creditor_identifier).lower() except: logger.warning( - "SEPA Creditor ID should contain only ASCII caracters.") + "SEPA Creditor ID should contain only ASCII characters.") return False if len(sci) < 9: return False