Skip to content

Commit 6a8d1b2

Browse files
Fix typos in API documentation (#2041)
1 parent f2915f6 commit 6a8d1b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pygmt/helpers/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
is no fill.""",
5050
"I": r"""
5151
spacing : str
52-
*xinc*\ [**+e**\|\ **n**][/\ *yinc*\ [**+e**\|\ **n**]].
52+
*x_inc*\ [**+e**\|\ **n**][/\ *y_inc*\ [**+e**\|\ **n**]].
5353
*x_inc* [and optionally *y_inc*] is the grid spacing.
5454
5555
- **Geographical (degrees) coordinates**: Optionally, append an

pygmt/src/coast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@kwargs_to_strings(R="sequence", c="sequence_comma", p="sequence")
4040
def coast(self, **kwargs):
4141
r"""
42-
Plot continents, shorelines, rivers, and borders on maps
42+
Plot continents, shorelines, rivers, and borders on maps.
4343
4444
Plots grayshaded, colored, or textured land-masses [or water-masses] on
4545
maps and [optionally] draws coastlines, rivers, and political

pygmt/src/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def contour(self, data=None, x=None, y=None, z=None, **kwargs):
8686
I : bool
8787
Color the triangles using CPT.
8888
triangular_mesh_pen : str
89-
Pen to draw the underlying triangulation [Default is none].
89+
Pen to draw the underlying triangulation [Default is None].
9090
no_clip : bool
9191
Do NOT clip contours or image at the boundaries [Default will clip
9292
to fit inside region].

0 commit comments

Comments
 (0)