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/pl | |
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/pl')
-rw-r--r-- | stdnum/pl/nip.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdnum/pl/nip.py b/stdnum/pl/nip.py index 64dadf1..60a5d56 100644 --- a/stdnum/pl/nip.py +++ b/stdnum/pl/nip.py @@ -17,10 +17,10 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Polish NIP (Numer Identyfikacji Podatkowej, VAT) -numbers. +"""NIP (Numer Identyfikacji Podatkowej, Polish VAT number). -The number consists of 10 digit with a straightforward weighted checksum. +The NIP (Numer Identyfikacji Podatkowej) number consists of 10 digit with +a straightforward weighted checksum. >>> compact('PL 8567346215') '8567346215' |