diff options
Diffstat (limited to 'stdnum/ro/cf.py')
-rw-r--r-- | stdnum/ro/cf.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stdnum/ro/cf.py b/stdnum/ro/cf.py index 4a32377..7f676bc 100644 --- a/stdnum/ro/cf.py +++ b/stdnum/ro/cf.py @@ -18,10 +18,9 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Romanian CF (Cod de înregistrare în scopuri de TVA) -numbers. +"""CF (Cod de înregistrare în scopuri de TVA, Romanian VAT number). -These numbers can be from 2 to 10 digits long. +The Romanian CF is used for VAT purposes and can be from 2 to 10 digits long. >>> compact('RO 185 472 90') '18547290' |