Skip to content

Commit

Permalink
fixed typos of examples in code (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Panta authored Feb 19, 2024
1 parent d6f04cb commit 226ba52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion folium/folium.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Map(JSCSSMixin, MacroElement):
- "OpenStreetMap"
- "CartoDB Positron"
- "CartoBD Voyager"
- "CartoDB Voyager"
- "NASAGIBS Blue Marble"
You can pass a custom tileset to Folium by passing a
Expand Down
2 changes: 1 addition & 1 deletion folium/raster_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TileLayer(Layer):
- "OpenStreetMap"
- "CartoDB Positron"
- "CartoBD Voyager"
- "CartoDB Voyager"
- "NASAGIBS Blue Marble"
You can pass a custom tileset to Folium by passing a
Expand Down

0 comments on commit 226ba52

Please sign in to comment.