Skip to content

Commit 1b5a525

Browse files
committed
Fix a typo in the comment
WGS4 -> WGS84
1 parent 15e8ad0 commit 1b5a525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/figures/lcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# lat_1 is first standard parallel.
66
# lat_2 is second standard parallel (defaults to lat_1).
77
# lon_0,lat_0 is central point.
8-
# rsphere=(6378137.00,6356752.3142) specifies WGS4 ellipsoid
8+
# rsphere=(6378137.00,6356752.3142) specifies WGS84 ellipsoid
99
# area_thresh=1000 means don't plot coastline features less
1010
# than 1000 km^2 in area.
1111
m = Basemap(width=12000000,height=9000000,

0 commit comments

Comments
 (0)