Skip to content

Commit 7bf5fbe

Browse files
committed
fix falsely named function parameter in docstring of Map._to_png
1 parent f521375 commit 7bf5fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

folium/folium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def _to_png(
368368
Examples
369369
--------
370370
>>> m._to_png()
371-
>>> m._to_png(time=10) # Wait 10 seconds between render and snapshot.
371+
>>> m._to_png(delay=10) # Wait 10 seconds between render and snapshot.
372372
373373
"""
374374

0 commit comments

Comments
 (0)