Skip to content

Commit 528b3fd

Browse files
author
Martin Journois
committed
👻
1 parent 506f4f1 commit 528b3fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

folium/element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def _repr_html_(self, **kwargs):
387387

388388
def add_subplot(self, x, y, n, margin=0.05):
389389
"""Creates a div child subplot in a matplotlib.figure.add_subplot style.
390-
390+
391391
Parameters
392392
----------
393393
x : int

folium/map.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def add_tile_layer(self, tiles='OpenStreetMap', name=None,
180180
attr=None, tile_name=None, tile_url=None,
181181
active=False, detect_retina=False, **kwargs):
182182
"""Add a tile layer to the map.
183-
183+
184184
See TileLayer for options."""
185185
if tile_name is not None:
186186
name = tile_name
@@ -490,7 +490,7 @@ def _get_self_bounds(self):
490490

491491
class Popup(Element):
492492
"""Create a Popup instance that can be linked to a Layer.
493-
493+
494494
Parameters
495495
----------
496496
html: string or Element

0 commit comments

Comments
 (0)