File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Aside from the previous attributes, all basic fields have access to a custom `__
206
206
### AddressField
207
207
Aside from the basic ` BaseField ` attributes, the address field ` AddressField ` also implements the following:
208
208
209
- * ** street_number** (` str ` ): String representation of the string number. Can be ` None ` .
209
+ * ** street_number** (` str ` ): String representation of the street number. Can be ` None ` .
210
210
* ** street_name** (` str ` ): Name of the street. Can be ` None ` .
211
211
* ** po_box** (` str ` ): String representation of the PO Box number. Can be ` None ` .
212
212
* ** address_complement** (` str ` ): Address complement. Can be ` None ` .
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ Aside from the previous attributes, all basic fields have access to a custom `__
198
198
### AddressField
199
199
Aside from the basic ` BaseField ` attributes, the address field ` AddressField ` also implements the following:
200
200
201
- * ** street_number** (` str ` ): String representation of the string number. Can be ` None ` .
201
+ * ** street_number** (` str ` ): String representation of the street number. Can be ` None ` .
202
202
* ** street_name** (` str ` ): Name of the street. Can be ` None ` .
203
203
* ** po_box** (` str ` ): String representation of the PO Box number. Can be ` None ` .
204
204
* ** address_complement** (` str ` ): Address complement. Can be ` None ` .
You can’t perform that action at this time.
0 commit comments