Skip to content

Commit 977a75d

Browse files
committed
Address flake8 requirement
1 parent a67fee0 commit 977a75d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lib/cartopy/mpl/geoaxes.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,11 +1005,12 @@ def stock_img(self, name='ne_shaded'):
10051005
"""
10061006
Add a standard image to the map.
10071007
1008-
Currently, there are 2 options.
1009-
1: 'ne_shaded'(default) a downsampled version of the Natural Earth shaded relief raster.
1010-
2: 'etopo1' a downsampled version of global relief model of Earth's surface that
1011-
integrates land topography and ocean bathymetry. This option is the same as the etopo1
1012-
from Basemap.
1008+
Currently, there are 2 options:
1009+
1. 'ne_shaded'(default) a downsampled version of the Natural Earth
1010+
shaded relief raster.
1011+
2. 'etopo1' a downsampled version of global relief model of Earth's
1012+
surface that integrates land topography and ocean bathymetry. This
1013+
option is the same as the etopo1 from Basemap.
10131014
"""
10141015
if name == 'ne_shaded':
10151016
import os

0 commit comments

Comments
 (0)