diff --git a/docs/extras/guide/financial_document_v1.md b/docs/extras/guide/financial_document_v1.md index 2b5d4fe5..062684cf 100644 --- a/docs/extras/guide/financial_document_v1.md +++ b/docs/extras/guide/financial_document_v1.md @@ -206,7 +206,7 @@ Aside from the previous attributes, all basic fields have access to a custom `__ ### AddressField Aside from the basic `BaseField` attributes, the address field `AddressField` also implements the following: -* **street_number** (`str`): String representation of the string number. Can be `None`. +* **street_number** (`str`): String representation of the street number. Can be `None`. * **street_name** (`str`): Name of the street. Can be `None`. * **po_box** (`str`): String representation of the PO Box number. Can be `None`. * **address_complement** (`str`): Address complement. Can be `None`. diff --git a/docs/extras/guide/invoices_v4.md b/docs/extras/guide/invoices_v4.md index 1f8de52c..85d87520 100644 --- a/docs/extras/guide/invoices_v4.md +++ b/docs/extras/guide/invoices_v4.md @@ -198,7 +198,7 @@ Aside from the previous attributes, all basic fields have access to a custom `__ ### AddressField Aside from the basic `BaseField` attributes, the address field `AddressField` also implements the following: -* **street_number** (`str`): String representation of the string number. Can be `None`. +* **street_number** (`str`): String representation of the street number. Can be `None`. * **street_name** (`str`): Name of the street. Can be `None`. * **po_box** (`str`): String representation of the PO Box number. Can be `None`. * **address_complement** (`str`): Address complement. Can be `None`.