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/at/uid.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'stdnum/at') diff --git a/stdnum/at/uid.py b/stdnum/at/uid.py index f5cb43d..ff01200 100644 --- a/stdnum/at/uid.py +++ b/stdnum/at/uid.py @@ -17,10 +17,9 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Austrian UID (Umsatzsteuer-Identifikationsnummer, -VAT) numbers. +"""UID (Umsatzsteuer-Identifikationsnummer, Austrian VAT number). -The number is a 9-digit number that always starts with a U (optionally +The Austrian UID is a 9-digit number that starts with a U (optionally preceded with AT). The last digit is a check digit. >>> compact('AT U13585627') -- cgit v1.2.3