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/nl/btw.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'stdnum/nl/btw.py') diff --git a/stdnum/nl/btw.py b/stdnum/nl/btw.py index 77731a0..eea0cce 100644 --- a/stdnum/nl/btw.py +++ b/stdnum/nl/btw.py @@ -17,7 +17,11 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Dutch VAT (BTW) numbers. +"""BTW-nummer (Omzetbelastingnummer, the Dutch VAT number). + +The BTW-nummer is the Dutch number for VAT. It consists of a RSIN or BSN +followed by a B and two digits that identify the unit within the +organisation (usually 01). >>> is_valid('004495445B01') True -- cgit v1.2.3