Skip to content

Commit 249fd70

Browse files
author
Jeff Whitaker
committed
fix typo
1 parent 95c98df commit 249fd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wiki_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from mpl_toolkits.basemap import Basemap
22
import matplotlib.pyplot as plt
33
import numpy as np
4-
# set up orthographic bmap projection with
4+
# set up orthographic map projection with
55
# perspective of satellite looking down at 50N, 100W.
66
# use low resolution coastlines.
77
bmap = Basemap(projection='ortho',lat_0=45,lon_0=-100,resolution='l')

0 commit comments

Comments
 (0)