Skip to content

Commit 0c9fc20

Browse files
author
Jeff Whitaker
committed
Merge pull request #129 from megies/patch-1
fix docstring typo
2 parents ba8819f + 82df872 commit 0c9fc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/testwmsimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
example showing how to use OWSlib to retrieve an image
33
from a WMS server and display it on a map (using the
4-
wmsimage convienence method)
4+
wmsimage convenience method)
55
"""
66
from mpl_toolkits.basemap import Basemap, pyproj
77
from datetime import datetime

0 commit comments

Comments
 (0)