Skip to content

Commit 9be73a9

Browse files
author
Yvonne Fröhlich
committed
Use plural for clearances of box parameter
1 parent f85470e commit 9be73a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygmt/src/basemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def basemap(self, **kwargs):
5858
If set to ``True``, draw a rectangular border around the
5959
map scale or rose. Alternatively, specify a different pen with
6060
**+p**\ *pen*. Add **+g**\ *fill* to fill the scale panel [Default is
61-
no fill]. Append **+c**\ *clearance* where *clearance* is either gap,
61+
no fill]. Append **+c**\ *clearances* where *clearances* is either gap,
6262
xgap/ygap, or lgap/rgap/bgap/tgap where these items are uniform,
6363
separate in x- and y-direction, or individual side spacings between
6464
scale and border. Append **+i** to draw a secondary, inner border as

pygmt/src/coast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def coast(self, **kwargs):
135135
If set to ``True``, draw a rectangular border around the
136136
map scale or rose. Alternatively, specify a different pen with
137137
**+p**\ *pen*. Add **+g**\ *fill* to fill the scale panel [Default is
138-
no fill]. Append **+c**\ *clearance* where *clearance* is either gap,
138+
no fill]. Append **+c**\ *clearances* where *clearances* is either gap,
139139
xgap/ygap, or lgap/rgap/bgap/tgap where these items are uniform,
140140
separate in x- and y-direction, or individual side spacings between
141141
scale and border. Append **+i** to draw a secondary, inner border as

0 commit comments

Comments
 (0)