Skip to content

Commit e63b899

Browse files
authored
Merge pull request #375 from edoddridge/spstere-example
fix typo 'north' -> 'south' in polar stereographic example
2 parents ef0f836 + 0920816 commit e63b899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/figures/spstere.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 numpy as np
33
import matplotlib.pyplot as plt
4-
# setup north polar stereographic basemap.
4+
# setup south polar stereographic basemap.
55
# The longitude lon_0 is at 6-o'clock, and the
66
# latitude circle boundinglat is tangent to the edge
77
# of the map at lon_0. Default value of lat_ts

0 commit comments

Comments
 (0)