Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/iban.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-02-26 12:10:38 +0100
committerArthur de Jong <arthur@arthurdejong.org>2012-02-26 12:10:38 +0100
commit902a6569bf90aa37a185a2e099b913b39b6db3f7 (patch)
treec9894909466a10c906d851902319d152ce6048db /stdnum/iban.py
parent907e41082fe4d05556d402dc30376fce9f32d344 (diff)
ensure that the module docstrings are in a somewhat more usable format
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/iban.py')
-rw-r--r--stdnum/iban.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdnum/iban.py b/stdnum/iban.py
index a8e1ea8..2c7d4c8 100644
--- a/stdnum/iban.py
+++ b/stdnum/iban.py
@@ -17,9 +17,9 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-"""Module for handling IBANs (International Bank Account Numbers)
-numbers, used to identify bank accounts across national borders.
+"""IBAN (International Bank Account Number).
+The IBAN is used to identify bank accounts across national borders.
>>> is_valid('GR16 0110 1050 0000 1054 7023 795')
True