Skip to content

Commit 0493512

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 642429a commit 0493512

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/user_guide/features.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ To add always-visible text labels on the map:
2323
Marker(
2424
location=[40.7128, -74.0060],
2525
icon=DivIcon(
26-
icon_size=(150,36),
27-
icon_anchor=(0,0),
26+
icon_size=(150, 36),
27+
icon_anchor=(0, 0),
2828
html='<div style="font-size: 12pt; color : black">Hello World!</div>',
29-
)
29+
),
3030
).add_to(m)
3131
m.save("map.html")
3232

docs/user_guide/vector_layers/text_elements.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Example:
2222
folium.Marker(
2323
location=[40, -100],
2424
icon=DivIcon(
25-
icon_size=(150,36),
26-
icon_anchor=(0,0),
25+
icon_size=(150, 36),
26+
icon_anchor=(0, 0),
2727
html='<div style="font-size: 16pt; color: red;">Hello Map!</div>',
28-
)
28+
),
2929
).add_to(m)
3030
3131
m

0 commit comments

Comments
 (0)