Skip to content

Commit 43036c5

Browse files
committed
Polish docstrings
1 parent e9eca8e commit 43036c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygmt/params/pattern.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ class Pattern(BaseParam):
4444
Resolution of the pattern in dots per inch (DPI) [Default is 300].
4545
bgcolor/fgcolor
4646
The background/foreground color for predefined bit-patterns or 1-bit images.
47-
[Default is white for background and black for foreground]. Setting either to
48-
an empty string will yield a transparent background/foreground where only the
49-
foreground or background pixels will be painted.
47+
Setting either to an empty string will yield a transparent background/foreground
48+
where only the foreground/background pixels will be painted. [Default is white
49+
for background and black for foreground].
5050
invert
5151
If ``True``, the pattern will be bit-inverted, i.e., white and black areas will
5252
be interchanged (only applies to predefined bit-patterns or 1-bit images).

0 commit comments

Comments
 (0)