Skip to content

Commit 4a5defd

Browse files
authored
Correct a typo in flask example (#1421)
1 parent bca4853 commit 4a5defd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flask.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Using folium with flask
33

44
A very common use case is to use folium with in a flask app.
55
The trick is to return folium's HTML representation.
6-
Here is an example on how to d that:
6+
Here is an example on how to do that:
77

88

99
.. literalinclude:: ../examples/flask_example.py

0 commit comments

Comments
 (0)