iconfinder / pyvat

VAT validation for Python
Other
66 stars 29 forks source link

Wrong Documentation #65

Open bl0wfish opened 1 year ago

bl0wfish commented 1 year ago

According to the documentation, the return value of check_vat_number is either True, False or None. Actually, it returns a VatNumberCheckResult object.