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/cz/dic.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/cz/dic.py')
-rw-r--r-- | stdnum/cz/dic.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stdnum/cz/dic.py b/stdnum/cz/dic.py index 6a61f55..5b57e15 100644 --- a/stdnum/cz/dic.py +++ b/stdnum/cz/dic.py @@ -18,12 +18,12 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Czech DIČ (Daňové identifikační číslo, VAT) numbers. +"""DIČ (Daňové identifikační číslo, Czech VAT number). -It is an 8, 9 or 10 digit code that includes a check digit and is used to -uniquely identify taxpayers for VAT (DPH in Czech). The number can refer -to legal entities (8 digit numbers), individuals with a RČ (the 9 or 10 -digit Czech birth number) or individuals without a RČ (9 digit numbers +The number is an 8, 9 or 10 digit code that includes a check digit and is +used to uniquely identify taxpayers for VAT (DPH in Czech). The number can +refer to legal entities (8 digit numbers), individuals with a RČ (the 9 or +10 digit Czech birth number) or individuals without a RČ (9 digit numbers that begin with a 6). >>> compact('CZ 25123891') |