Skip to content

Commit a0acfcb

Browse files
committed
README fix
1 parent 3459bdb commit a0acfcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can also geocode an in-memory file object.
7777
>>> my_data = """id,address,city,state,zipcode
7878
1,1600 Pennsylvania Ave NW,Washington,DC,20006
7979
2,202 W. 1st Street,Los Angeles,CA,90012"""
80-
>>> result = censusbatchgeocoder.geocode(io.StringIO(my_data))
80+
>>> censusbatchgeocoder.geocode(io.StringIO(my_data))
8181
[{'address': '202 W. 1st Street, Los Angeles, CA, 90012',
8282
'block': '1034',
8383
'coordinates': '-118.24456,34.053005',

0 commit comments

Comments
 (0)