matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
775 stars 392 forks source link

fix typo 'north' -> 'south' in polar stereographic example #375

Closed edoddridge closed 6 years ago

edoddridge commented 6 years ago

The example for the south polar stereographic projection erroneously says 'north' in the comment. This PR fixes the typo, and changes it to 'south'.

WeatherGod commented 6 years ago

Ah, must have been a copy-n-paste error from the north pole example.

WeatherGod commented 6 years ago

Thank you!

edoddridge commented 6 years ago

No worries!