Skip to content

Commit

Permalink
Fix typo in choropleth.md (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyforrest authored Apr 3, 2024
1 parent a7b4f17 commit 2786843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/geojson/choropleth.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ choropleth = folium.Choropleth(
columns=["State", "Unemployment"],
key_on="feature.id",
fill_color="YlGn",
name="Unenployment",
name="Unemployment",
show=False,
).add_to(m)
Expand Down

0 comments on commit 2786843

Please sign in to comment.