Skip to content

Commit d17ccfd

Browse files
committed
Typo fix
1 parent 2ac2628 commit d17ccfd

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
@@ -72,7 +72,7 @@ def _format_lat_lon(values):
7272
values = [float(val) for val in values]
7373
except:
7474
raise ValueError("Location values should be numeric, {} is not a number".format(val))
75-
return value
75+
return values
7676

7777
class LegacyMap(MacroElement):
7878
"""Create a Map with Folium and Leaflet.js

0 commit comments

Comments
 (0)