We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3459bdb commit a0acfcbCopy full SHA for a0acfcb
1 file changed
README.md
@@ -77,7 +77,7 @@ You can also geocode an in-memory file object.
77
>>> my_data = """id,address,city,state,zipcode
78
1,1600 Pennsylvania Ave NW,Washington,DC,20006
79
2,202 W. 1st Street,Los Angeles,CA,90012"""
80
->>> result = censusbatchgeocoder.geocode(io.StringIO(my_data))
+>>> censusbatchgeocoder.geocode(io.StringIO(my_data))
81
[{'address': '202 W. 1st Street, Los Angeles, CA, 90012',
82
'block': '1034',
83
'coordinates': '-118.24456,34.053005',
0 commit comments