Skip to content

Commit 43fd145

Browse files
authored
Merge pull request #1113 from Conengmo/fix-typo
Fix typo in Py2 import error
2 parents 8ac5eb6 + f42ffb6 commit 43fd145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
6868
- Install an older version of folium:
6969
70-
$ pip install 'folium<9.0'
70+
$ pip install 'folium<0.9.0'
7171
7272
""".format(__version__)) # noqa
7373

0 commit comments

Comments
 (0)