Skip to content

Commit 70d7f2f

Browse files
committed
Fix the docstrings
1 parent 7a675de commit 70d7f2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pygmt/src/coast.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ def coast( # noqa: PLR0913
139139
Select filling of "wet" areas.
140140
lakes
141141
river_lakes
142-
Select filling of lakes and river-lakes. If not specified, will use the fill for
143-
"wet" areas set by the ``water`` parameter. If ``lakes`` is specified but
144-
``river_lakes`` isn't, ``river_lakes`` will use the same fill as ``lakes``.
142+
Select filling of lakes or river-lakes, respectively. If not specified, will use
143+
the fill for "wet" areas set by the ``water`` parameter. If only one of the two
144+
parameters is specified, the other will be set to unfilled (transparent).
145145
rivers
146146
Draw rivers. Specify the type of rivers to draw, and optionally append a pen
147147
attribute, in the format *river*\ /*pen* [Default pen is

0 commit comments

Comments
 (0)