Skip to content

Commit 21f3a61

Browse files
Meghan Jonesseisman
andauthored
Apply suggestions from code review
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 6fd4e9e commit 21f3a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygmt/src/grdimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def grdimage(self, grid, **kwargs):
133133
intensity, and ambient arguments for that module, or just give
134134
**+d** to select the default arguments
135135
[Default is **+a**\ -45\ **+nt**\ 1\ **+m**\ 0]. If you want a more
136-
specific intensity scenario then run `grdgradient` separately first. If
136+
specific intensity scenario then run ``grdgradient`` separately first. If
137137
we should derive intensities from another file than grid, specify the
138138
file with suitable modifiers [Default is no illumination].
139139
{J}

pygmt/src/grdview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def grdview(self, grid, **kwargs):
104104
**+a**\ *azimuth*, **+n**\ *args*, and **+m**\ *ambient* to specify
105105
azimuth, intensity, and ambient arguments for that module, or just give
106106
**+d** to select the default arguments
107-
[default is **+a**\ -45\ **+nt**\ 1\ **+m**\ 0].
107+
[Default is **+a**\ -45\ **+nt**\ 1\ **+m**\ 0].
108108
{V}
109109
{XY}
110110
{c}

0 commit comments

Comments
 (0)