We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc6b02 commit 6ddb448Copy full SHA for 6ddb448
1 file changed
folium/plugins/treelayercontrol.py
@@ -151,7 +151,7 @@ def __init__(
151
super().__init__()
152
self._name = "TreeLayerControl"
153
kwargs["closed_symbol"] = closed_symbol
154
- kwargs["openened_symbol"] = opened_symbol
+ kwargs["opened_symbol"] = opened_symbol
155
kwargs["space_symbol"] = space_symbol
156
kwargs["selector_back"] = selector_back
157
kwargs["named_toggle"] = named_toggle
0 commit comments