Skip to content

Commit 015c852

Browse files
committed
Fix typo
1 parent c642388 commit 015c852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/plugins/fast_marker_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, data, callback=None):
2121
Be aware that the FastMarkerCluster class passes an empty
2222
list to the parent class' __init__ method during initialisation.
2323
This means that the add_child method is never called, and
24-
no reference to any marker data are retained. Methids such
24+
no reference to any marker data are retained. Methods such
2525
as get_bounds() are therefore not available when using it.
2626
2727
Parameters

0 commit comments

Comments
 (0)