Skip to content

Commit 2d278a5

Browse files
committed
Finish renaming function
1 parent 22f3435 commit 2d278a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def __init__(self, location=None, width='100%', height='100%',
184184
self.location = [0, 0]
185185
self.zoom_start = min_zoom
186186
else:
187-
self.location = _format_lat_lon(location)
187+
self.location = _validate_location(location)
188188
self.zoom_start = zoom_start
189189

190190
Figure().add_child(self)

0 commit comments

Comments
 (0)