Skip to content

Commit

Permalink
Format fix in grdcontour.py
Browse files Browse the repository at this point in the history
  • Loading branch information
willschlitzer committed Mar 13, 2021
1 parent ea5848e commit 50fbf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/grdcontour.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def grdcontour(self, grid, **kwargs):
interval : str or int
Specify the contour lines to generate.
- The filename of a `CPT` file where the color boundaries will
- The filename of a CPT file where the color boundaries will
be used as contour levels.
- The filename of a 2 (or 3) column file containing the contour
levels (col 1), (**C**)ontour or (**A**)nnotate (col 2), and optional
Expand Down

0 comments on commit 50fbf4e

Please sign in to comment.