Skip to content

Commit 5bca00c

Browse files
committed
typo, remove 3rd marker
1 parent b356242 commit 5bca00c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/quickstart.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ and pass the url and attribution. For example:
4545
folium.Map(tiles='http://{s}.tiles.example.com/{z}/{x}/{y}.png', attr='My Data Attribution')
4646
```
4747

48-
Folium also excepts objects from the [xyzservices package](https://github.com/geopandas/xyzservices).
48+
Folium also accepts objects from the [xyzservices package](https://github.com/geopandas/xyzservices).
4949

5050

5151
Adding markers
@@ -71,12 +71,6 @@ folium.Marker(
7171
icon=folium.Icon(color="green"),
7272
).add_to(m)
7373
74-
folium.Marker(
75-
location=[45.3300, -121.6823],
76-
popup="Some Other Location",
77-
icon=folium.Icon(color="red", icon="info-sign"),
78-
).add_to(m)
79-
8074
m
8175
```
8276

0 commit comments

Comments
 (0)