Skip to content

Commit

Permalink
doc: update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scjorge committed Jul 30, 2024
1 parent 1d4fcc4 commit a8e0164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Pessoa(BaseModel):
nome: str
cpf: CPF # aceita CPF válidos com ou sem máscara
cpf_mask: CPFMask # aceita CPF válido apenas com máscara
cpf_digits: CPFDigits # aceita CPF válido apnas com dígitos
cpf_digits: CPFDigits # aceita CPF válido apenas com dígitos


p1 = Pessoa(
Expand Down

0 comments on commit a8e0164

Please sign in to comment.