[docs] README example using more likely address with fewer commas

This commit is contained in:
Al Barrentine
2016-02-02 00:11:10 -05:00
parent 8411632829
commit 27d65d6a7e

View File

@@ -82,7 +82,7 @@ to messy real-world input. Here's a code example, again using the Python API:
```python ```python
from postal.parser import parse_address from postal.parser import parse_address
parse_address('The Book Club 100-106 Leonard St, Shoreditch, London, Greater London, EC2A 4RH, United Kingdom') parse_address('The Book Club 100-106 Leonard St Shoreditch London EC2A 4RH, United Kingdom')
``` ```
These example parse results are taken from the interactive address_parser program These example parse results are taken from the interactive address_parser program