Skip to content

Commit 7697866

Browse files
committed
fix docstring
1 parent 3061dbc commit 7697866

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

folium/folium.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,8 @@ def choropleth(self, geo_data, data=None, columns=None, key_on=None,
174174
175175
Parameters
176176
----------
177-
geo_path: string, default None
178-
URL or File path to your GeoJSON data
179-
geo_str: string, default None
180-
String of GeoJSON, alternative to geo_path
177+
geo_path: string/object
178+
URL, file path, or data (json, dict, geopandas, etc) to your GeoJSON geometries
181179
data: Pandas DataFrame or Series, default None
182180
Data to bind to the GeoJSON.
183181
columns: dict or tuple, default None

0 commit comments

Comments
 (0)