Skip to content

Commit ccf6c1d

Browse files
committed
Fix flake8 issue with >79 chars and backslash
1 parent 3b14a0e commit ccf6c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/base_plotting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ def grdimage(self, grid, **kwargs):
394394
information is required. For other output formats you must append
395395
the required GDAL driver. The driver is the driver code name used
396396
by GDAL; see your GDAL installation's documentation for available
397-
drivers. Append a **+c**\ *options* string where options is a list of
398-
one or more concatenated number of GDAL **-co** options. For
397+
drivers. Append a **+c**\\ *options* string where options is a list
398+
of one or more concatenated number of GDAL **-co** options. For
399399
example, to write a GeoPDF with the TerraGo format use
400400
``=PDF+cGEO_ENCODING=OGC_BP``. Notes: (1) If a tiff file (.tif) is
401401
selected then we will write a GeoTiff image if the GMT projection

0 commit comments

Comments
 (0)