We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c642388 commit 015c852Copy full SHA for 015c852
1 file changed
folium/plugins/fast_marker_cluster.py
@@ -21,7 +21,7 @@ def __init__(self, data, callback=None):
21
Be aware that the FastMarkerCluster class passes an empty
22
list to the parent class' __init__ method during initialisation.
23
This means that the add_child method is never called, and
24
- no reference to any marker data are retained. Methids such
+ no reference to any marker data are retained. Methods such
25
as get_bounds() are therefore not available when using it.
26
27
Parameters
0 commit comments