Skip to content

Commit 4a0fe79

Browse files
DOC: Fix syntax of aliases list for pygmt.grdtrack, pygmt.x2sys_cross (#4115)
1 parent 5737e85 commit 4a0fe79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygmt/src/grdtrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def grdtrack(
7979
Full GMT docs at :gmt-docs:`grdtrack.html`.
8080
8181
{aliases}
82-
- V = verbose
82+
- V = verbose
8383
8484
Parameters
8585
----------

pygmt/src/x2sys_cross.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def x2sys_cross(
9292
Full GMT docs at :gmt-docs:`supplements/x2sys/x2sys_cross.html`.
9393
9494
{aliases}
95-
- V = verbose
95+
- V = verbose
9696
9797
Parameters
9898
----------

0 commit comments

Comments
 (0)