diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-10 14:19:48 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-10 14:19:48 +0100 |
commit | 2bb9231ab2e8e444fde7816d2f619341fa8a1a10 (patch) | |
tree | ec8bfbb977533942b401358846656149e14a1bd2 /stdnum/cz | |
parent | 1aeeaf4eb61bffa368c502f98e7b13c46787068e (diff) |
add some info to description
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@105 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/cz')
-rw-r--r-- | stdnum/cz/rc.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdnum/cz/rc.py b/stdnum/cz/rc.py index eccc8ca..0f56118 100644 --- a/stdnum/cz/rc.py +++ b/stdnum/cz/rc.py @@ -19,7 +19,9 @@ # 02110-1301 USA """Module for handling Czech birth numbers (RČ, Rodné číslo), the Czech -national identifier. +national identifier. The number can be 9 or 10 digits long. Numbers given +out after January 1st 1954 should have 10 digits. The number includes the +birth date of the person and their gender. >>> compact('710319/2745') '7103192745' |