diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-26 12:10:38 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-26 12:10:38 +0100 |
commit | 902a6569bf90aa37a185a2e099b913b39b6db3f7 (patch) | |
tree | c9894909466a10c906d851902319d152ce6048db /stdnum/hr | |
parent | 907e41082fe4d05556d402dc30376fce9f32d344 (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/hr')
-rw-r--r-- | stdnum/hr/oib.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/stdnum/hr/oib.py b/stdnum/hr/oib.py index b889ce0..3753339 100644 --- a/stdnum/hr/oib.py +++ b/stdnum/hr/oib.py @@ -18,12 +18,11 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Croatian OIB numbers (Osobni identifikacijski broj, -personal identification number). +"""OIB (Osobni identifikacijski broj, Croatian identification number). -The number is used to identify persons and legal entities and has 11 -digits (sometimes prefixed by HR), contains no personal information and -uses the ISO 7064 Mod 11, 10 checksum algorithm. +The personal identification number is used to identify persons and legal +entities and has 11 digits (sometimes prefixed by HR), contains no +personal information and uses the ISO 7064 Mod 11, 10 checksum algorithm. >>> compact('HR 33392005961') '33392005961' |