Skip to content

Commit 3a8b75f

Browse files
committed
Grrrr, typo.
1 parent b37df58 commit 3a8b75f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

folium/folium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def choropleth(self, geo_path=None, geo_str=None, data_out='data.json',
252252

253253
# Create GeoJson object
254254
if geo_path:
255-
if geo_path.lower().startswith(('http:', 'ftp':, 'https:')):
255+
if geo_path.lower().startswith(('http:', 'ftp:', 'https:')):
256256
geo_data = requests.get(geo_path).json()
257257
else:
258258
geo_data = open(geo_path)

0 commit comments

Comments
 (0)