Skip to content

Commit 8c52a6f

Browse files
committed
Fix importerror message to refer to the arcgisimage
1 parent c4a19b7 commit 8c52a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4237,7 +4237,7 @@ def arcgisimage(self,server='http://server.arcgisonline.com/ArcGIS',\
42374237
try:
42384238
import Image
42394239
except ImportError:
4240-
msg = ('warpimage method requires PIL '
4240+
msg = ('arcgisimage method requires PIL '
42414241
'(http://pillow.readthedocs.io)')
42424242
raise ImportError(msg)
42434243

0 commit comments

Comments
 (0)