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/cy/vat.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stdnum/cy/vat.py') diff --git a/stdnum/cy/vat.py b/stdnum/cy/vat.py index b38a18f..789bd5a 100644 --- a/stdnum/cy/vat.py +++ b/stdnum/cy/vat.py @@ -18,10 +18,10 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Cypriot Αριθμός Εγγραφής Φ.Π.Α. (VAT) numbers. +"""Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number). -The number consists of 9 digits where the last one is a is a letter and -functions as a check digit. +The Cypriot Αριθμός Εγγραφής Φ.Π.Α. (VAT) number consists of 9 digits +where the last one is a is a letter and functions as a check digit. >>> compact('CY-10259033P') '10259033P' -- cgit v1.2.3