Skip to content

Commit 226ba52

Browse files
authored
fixed typos of examples in code (#1881)
1 parent d6f04cb commit 226ba52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

folium/folium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Map(JSCSSMixin, MacroElement):
8888
8989
- "OpenStreetMap"
9090
- "CartoDB Positron"
91-
- "CartoBD Voyager"
91+
- "CartoDB Voyager"
9292
- "NASAGIBS Blue Marble"
9393
9494
You can pass a custom tileset to Folium by passing a

folium/raster_layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class TileLayer(Layer):
3232
3333
- "OpenStreetMap"
3434
- "CartoDB Positron"
35-
- "CartoBD Voyager"
35+
- "CartoDB Voyager"
3636
- "NASAGIBS Blue Marble"
3737
3838
You can pass a custom tileset to Folium by passing a

0 commit comments

Comments
 (0)