Skip to content

Commit 5eb700a

Browse files
authored
Figure.coast: Parameter 'shorelines' also accepts bool (#3979)
Fix typo in docs
1 parent 178c73d commit 5eb700a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/coast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def coast(
154154
155155
water : str
156156
Select filling "wet" areas.
157-
shorelines : int, str, or list
157+
shorelines : bool, int, str, or list
158158
[*level*\ /]\ *pen*.
159159
Draw shorelines [Default is no shorelines]. Append pen attributes
160160
[Default is ``"0.25p,black,solid"``] which apply to all four levels.

0 commit comments

Comments
 (0)