Skip to content

Commit 2786843

Browse files
authored
Fix typo in choropleth.md (#1896)
1 parent a7b4f17 commit 2786843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/geojson/choropleth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ choropleth = folium.Choropleth(
118118
columns=["State", "Unemployment"],
119119
key_on="feature.id",
120120
fill_color="YlGn",
121-
name="Unenployment",
121+
name="Unemployment",
122122
show=False,
123123
).add_to(m)
124124

0 commit comments

Comments
 (0)