Skip to content

Commit 885fc55

Browse files
Micah CochranMicah Cochran
authored andcommitted
corrected misspelling of "pillow_version"
1 parent 206d8ca commit 885fc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/basemap/diagnostic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ def package_versions():
3030
try:
3131
from PIL import PILLOW_VERSION as pillow_version
3232
except ImportError:
33-
pillow_verison = 'not installed'
33+
pillow_version = 'not installed'
3434
except ImportError:
3535
pil_version = 'not installed'
36-
pillow_verison = 'not installed'
36+
pillow_version = 'not installed'
3737

3838
BasemapPackageVersions = namedtuple(
3939
'BasemapPackageVersions',

0 commit comments

Comments
 (0)