diff options
Diffstat (limited to 'stdnum/ro/cnp.py')
-rw-r--r-- | stdnum/ro/cnp.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/stdnum/ro/cnp.py b/stdnum/ro/cnp.py index 5c8a1f2..e7d72d9 100644 --- a/stdnum/ro/cnp.py +++ b/stdnum/ro/cnp.py @@ -18,11 +18,10 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Romanian CNP (Cod Numeric Personal, Numerical -Personal Code) numbers. +"""CNP (Cod Numeric Personal, Romanian Numerical Personal Code). -It is a 13 digit number that includes information on the person's gender, -birth date and country zone. +The CNP is a 13 digit number that includes information on the person's +gender, birth date and country zone. >>> compact('1630615123457') '1630615123457' |