Skip to content

Commit

Permalink
Nominatim: fix simple typo: overriden -> overridden (#383)
Browse files Browse the repository at this point in the history
Closes #382
  • Loading branch information
timgates42 authored and KostyaEsmukov committed Jan 16, 2020
1 parent 980bf17 commit 1c09945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geopy/geocoders/osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __init__(
def _construct_url(self, base_api, params):
"""
Construct geocoding request url.
The method can be overriden in Nominatim-based geocoders in order
The method can be overridden in Nominatim-based geocoders in order
to extend URL parameters.
:param str base_api: Geocoding function base address - self.api
Expand Down

0 comments on commit 1c09945

Please sign in to comment.