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/lv/pvn.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'stdnum/lv/pvn.py') diff --git a/stdnum/lv/pvn.py b/stdnum/lv/pvn.py index 8a13424..191dd3c 100644 --- a/stdnum/lv/pvn.py +++ b/stdnum/lv/pvn.py @@ -18,13 +18,12 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Latvian PVN (Pievienotās vērtības nodokļa, VAT) -numbers. +"""PVN (Pievienotās vērtības nodokļa, Latvian VAT number). -It is a 11 digit number that can either be a reference to a legal entity -(in which case the first digit > 3) or a natural person (in which case it -should be the same as the personal code (personas kods)). Personal codes -start with 6 digits to denote the birth date in the form ddmmyy. +The PVN is a 11-digit number that can either be a reference to a legal +entity (in which case the first digit > 3) or a natural person (in which +case it should be the same as the personal code (personas kods)). Personal +codes start with 6 digits to denote the birth date in the form ddmmyy. >>> compact('LV 4000 3521 600') '40003521600' -- cgit v1.2.3