Skip to content

Commit

Permalink
Bing docs: Change postalcode to 'postalCode (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjun314 committed Jul 1, 2020
1 parent 5362fa1 commit cc32267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geopy/geocoders/bing.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def geocode(
For a structured query, provide a dictionary whose keys
are one of: `addressLine`, `locality` (city),
`adminDistrict` (state), `countryRegion`, or `postalcode`.
`adminDistrict` (state), `countryRegion`, or `postalCode`.
:param bool exactly_one: Return one result or a list of results, if
available.
Expand Down

0 comments on commit cc32267

Please sign in to comment.