Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be825a2

Browse files
committed
comment rewrite
1 parent ccbbb5d commit be825a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/figure_factory/_county_choropleth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def create_choropleth(fips, values, scope=['usa'], endpts=None,
551551
py.iplot(fig, filename='choropleth_full_usa')
552552
```
553553
"""
554-
# ensure shapely imported
554+
# ensure optional modules imported
555555
if not gp or not shapefile or not shapely:
556556
raise ImportError("geopandas, shapefile and shapely must be "
557557
"installed for this figure factory")

0 commit comments

Comments
 (0)