diff options
Diffstat (limited to 'stdnum/pk/cnic.py')
-rw-r--r-- | stdnum/pk/cnic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/pk/cnic.py b/stdnum/pk/cnic.py index cd1381f..965ada0 100644 --- a/stdnum/pk/cnic.py +++ b/stdnum/pk/cnic.py @@ -78,7 +78,7 @@ PROVINCES = { def get_province(number): - """Get the person's birth gender ('M' or 'F').""" + """Get the person's province.""" number = compact(number) return PROVINCES.get(number[0]) |