Skip to content

Commit 3649338

Browse files
seismanmichaelgrundyvonnefroehlich
authored
Apply suggestions from code review
Co-authored-by: Michael Grund <[email protected]> Co-authored-by: Yvonne Fröhlich <[email protected]>
1 parent d9ccd1f commit 3649338

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pygmt/alias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class Alias:
152152
size
153153
Expected size of the 1-D sequence. It can be either an integer or a sequence of
154154
integers. If an integer, it is the expected size of the 1-D sequence. If it is a
155-
sequence, it is the allowed sizes of the 1-D sequence.
155+
sequence, it is the allowed size of the 1-D sequence.
156156
ndim
157157
The expected maximum number of dimensions of the sequence.
158158
name

pygmt/params/box.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ class Box(BaseParam):
2222
scalar value or a sequence of two/four values.
2323
2424
- a scalar value means a uniform clearance in all four directions.
25-
- a sequence of two values means separate clearances in x- and y- directions.
25+
- a sequence of two values means separate clearances in x- and y-directions.
2626
- a sequence of four values means separate clearances for left/right/bottom/top.
2727
fill
2828
Fill for the box. Default is no fill.
2929
pen
3030
Pen attributes for the box outline.
3131
radius
32-
Draw a rounded rectangular borders instead of sharp. Passing a value with unit
33-
to control the corner radius (default is ``"6p"``).
32+
Draw a rounded rectangular border instead of sharp. Passing a value with unit
33+
to control the corner radius [Default is ``"6p"``].
3434
inner_gap
35-
Gap between the outer and inner border. Default is ``"2p"``.
35+
Gap between the outer and inner borders. Default is ``"2p"``.
3636
inner_pen
3737
Pen attributes for the inner border. Default to :gmt-term:`MAP_DEFAULT_PEN`.
3838
shading_offset

0 commit comments

Comments
 (0)