Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/ie
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-02-26 12:10:38 +0100
committerArthur de Jong <arthur@arthurdejong.org>2012-02-26 12:10:38 +0100
commit902a6569bf90aa37a185a2e099b913b39b6db3f7 (patch)
treec9894909466a10c906d851902319d152ce6048db /stdnum/ie
parent907e41082fe4d05556d402dc30376fce9f32d344 (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/ie')
-rw-r--r--stdnum/ie/pps.py10
-rw-r--r--stdnum/ie/vat.py6
2 files changed, 8 insertions, 8 deletions
diff --git a/stdnum/ie/pps.py b/stdnum/ie/pps.py
index 6a2808e..51527a1 100644
--- a/stdnum/ie/pps.py
+++ b/stdnum/ie/pps.py
@@ -17,12 +17,12 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-"""Module for handling Irish PPS (Personal Public Service) numbers.
+"""PPS No (Personal Public Service Number, Irish personal number).
-The number consists of 8 digits. The first seven are numeric and the last
-is the check character. The number is sometimes be followed by an extra
-letter, which is ignored for the check algorithm, and can be a 'W', 'T' or
-an 'X'.
+The PPS (Personal Public Service) number consists of 8 digits. The first
+seven are numeric and the last is the check character. The number is
+sometimes be followed by an extra letter, which is ignored for the check
+algorithm, and can be a 'W', 'T' or an 'X'.
>>> compact('6433435F')
'6433435F'
diff --git a/stdnum/ie/vat.py b/stdnum/ie/vat.py
index 4774cb6..f1e4c24 100644
--- a/stdnum/ie/vat.py
+++ b/stdnum/ie/vat.py
@@ -17,10 +17,10 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-"""Module for handling Irish VAT numbers.
+"""VAT (Irish VAT number).
-The number consists of 8 digits. The last digit is a check letter, the
-second may be a number, letter, "+" or "*".
+The Irish VAT number consists of 8 digits. The last digit is a check
+letter, the second may be a number, letter, "+" or "*".
>>> compact('IE 6433435F')
'6433435F'