Skip to content

Commit 0f5093e

Browse files
committed
Add fullstop periods after syntax example
1 parent b30b632 commit 0f5093e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pygmt/base_plotting.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,21 +115,21 @@ def coast(self, **kwargs):
115115
max_level will not be plotted.
116116
{B}
117117
lakes : str or list
118-
*fill*\ [**+l**\|**+r**\ ]
118+
*fill*\ [**+l**\|**+r**\ ].
119119
Set the shade, color, or pattern for lakes and river-lakes. The
120120
default is the fill chosen for wet areas set by the ``water``
121121
argument. Optionally, specify separate fills by appending
122122
**+l** for lakes or **+r** for river-lakes, and passing multiple
123123
strings in a list.
124124
resolution : str
125-
**f**\|\ **h**\|\ **i**\|\ **l**\|\ **c**
125+
**f**\|\ **h**\|\ **i**\|\ **l**\|\ **c**.
126126
Selects the resolution of the data set to: (**f**\ )ull,
127127
(**h**\ )igh, (**i**\ )ntermediate, (**l**\ )ow,
128128
and (**c**\ )rude).
129129
land : str
130130
Select filling or clipping of “dry” areas.
131131
rivers : int or str or list
132-
*river*\ [/*pen*\ ]
132+
*river*\ [/*pen*\ ].
133133
Draw rivers. Specify the type of rivers and [optionally] append
134134
pen attributes [Default pen: width = default, color = black,
135135
style = solid].
@@ -173,10 +173,10 @@ def coast(self, **kwargs):
173173
174174
c = All canals (8-10)
175175
map_scale : str
176-
[**g**\|**j**\|**J**\|**n**\|**x**\ ]\ *refpoint*
176+
[**g**\|**j**\|**J**\|**n**\|**x**\ ]\ *refpoint*.
177177
Draws a simple map scale centered on the reference point specified.
178178
borders : int or str or list
179-
*border*\ [/*pen*\ ]
179+
*border*\ [/*pen*\ ].
180180
Draw political boundaries. Specify the type of boundary and
181181
[optionally] append pen attributes [Default pen: width = default,
182182
color = black, style = solid].
@@ -195,7 +195,7 @@ def coast(self, **kwargs):
195195
Select filling or clipping of “wet” areas.
196196
{U}
197197
shorelines : int or str or list
198-
[*level*\ /]\ *pen*
198+
[*level*\ /]\ *pen*.
199199
Draw shorelines [Default is no shorelines]. Append pen attributes
200200
[Defaults: width = default, color = black, style = solid] which
201201
apply to all four levels. To set the pen for a single level,
@@ -206,7 +206,7 @@ def coast(self, **kwargs):
206206
level pens are set, those not listed will not be drawn.
207207
dcw : str or list
208208
*code1,code2,…*\ [**+l**\|\ **L**\ ][**+g**\ *fill*\ ]
209-
[**+p**\ *pen*\ ][**+z**]
209+
[**+p**\ *pen*\ ][**+z**].
210210
Select painting or dumping country polygons from the
211211
`Digital Chart of the World
212212
<https://en.wikipedia.org/wiki/Digital_Chart_of_the_World>`__.

0 commit comments

Comments
 (0)