diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-26 12:10:38 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-26 12:10:38 +0100 |
commit | 902a6569bf90aa37a185a2e099b913b39b6db3f7 (patch) | |
tree | c9894909466a10c906d851902319d152ce6048db /stdnum/fr/siren.py | |
parent | 907e41082fe4d05556d402dc30376fce9f32d344 (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/fr/siren.py')
-rw-r--r-- | stdnum/fr/siren.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stdnum/fr/siren.py b/stdnum/fr/siren.py index 1e3614c..211a02f 100644 --- a/stdnum/fr/siren.py +++ b/stdnum/fr/siren.py @@ -18,8 +18,11 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling French SIREN (Système d’Identification du -Répertoire des Entreprises) numbers, used to identify French companies. +"""SIREN (a French company identification number). + +The SIREN (Système d'Identification du Répertoire des Entreprises) is a 9 +digit number used to identify French companies. The Luhn checksum is used +to validate the numbers. >>> compact('552 008 443') '552008443' |