Skip to content

Commit 3175d52

Browse files
DOC: Fix typo in deprecation note for "map_scale" of Figure.coast (#4366)
Fix copy-past typo
1 parent b024edd commit 3175d52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygmt/src/coast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def coast( # noqa: PLR0913
141141
This parameter is deprecated. Use :meth:`pygmt.Figure.scalebar` instead,
142142
which provides a more comprehensive and flexible API for adding scale bars
143143
to plots. This parameter still accepts raw GMT CLI strings for the ``-L``
144-
option of the ``basemap`` module for backward compatibility.
144+
option of the ``coast`` module for backward compatibility.
145145
box
146146
Draw a background box behind the map scale or rose. If set to ``True``, a simple
147147
rectangular box is drawn using :gmt-term:`MAP_FRAME_PEN`. To customize the box

0 commit comments

Comments
 (0)