From 902a6569bf90aa37a185a2e099b913b39b6db3f7 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 26 Feb 2012 11:10:38 +0000 Subject: 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 --- stdnum/fi/alv.py | 2 +- stdnum/fi/hetu.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'stdnum/fi') diff --git a/stdnum/fi/alv.py b/stdnum/fi/alv.py index 94b64c8..509ad9c 100644 --- a/stdnum/fi/alv.py +++ b/stdnum/fi/alv.py @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Finnish ALV nro (Arvonlisäveronumero, VAT) numbers. +"""ALV nro (Arvonlisäveronumero, Finnish VAT number). The number is an 8-digit code with a weighted checksum. diff --git a/stdnum/fi/hetu.py b/stdnum/fi/hetu.py index 92151b5..fb5e198 100644 --- a/stdnum/fi/hetu.py +++ b/stdnum/fi/hetu.py @@ -18,8 +18,9 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Finnish personal identity codes (HETU, Henkilötunnus). +"""HETU (Henkilötunnus, Finnish personal identity code). +Module for handling Finnish personal identity codes (HETU, Henkilötunnus). See http://www.vaestorekisterikeskus.fi/default.aspx?id=45 for checksum calculation details and http://tarkistusmerkit.teppovuori.fi/tarkmerk.htm#hetu1 for historical details. -- cgit v1.2.3