Skip to content

Commit 200d47f

Browse files
authored
Fix SideBySideLayers typo (#1663)
1 parent 6006ece commit 200d47f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

folium/plugins/side_by_side.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ class SideBySideLayers(JSCSSMixin, Layer):
1515
----------
1616
layer_left: Layer.
1717
The left Layer within the side by side control.
18-
Must be created and added to the map before being passed to this class.
18+
Must be created and added to the map before being passed to this class.
1919
layer_right: Layer.
20-
The left Layer within the side by side control.
21-
Must be created and added to the map before being passed to this class.
20+
The right Layer within the side by side control.
21+
Must be created and added to the map before being passed to this class.
2222
2323
Examples
2424
--------

0 commit comments

Comments
 (0)