Skip to content

Commit cda30f0

Browse files
committed
Fix formatting typos
1 parent 193a958 commit cda30f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/tutorials/region-arguments.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
########################################################################################
3939
#
4040
# The coordinates coordinates can be passed to ``region`` as a list, in the form
41-
# of [*xmin*\ ,*xmax*\ ,*ymin*\ ,*ymax*\ ].
41+
# of [*xmin*\ ,\ *xmax*\ ,\ *ymin*\ ,\ *ymax*\ ].
4242

4343
fig = pygmt.Figure()
4444
fig.coast(
@@ -119,7 +119,8 @@
119119
# --------
120120
#
121121
# The ``region`` can be set to include a specific area specified by the two-character
122-
# `ISO 3166-1 alpha-2 convention <https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2>`.
122+
# `ISO 3166-1 alpha-2 convention
123+
# (for futher information: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
123124

124125
fig = pygmt.Figure()
125126
fig.coast(

0 commit comments

Comments
 (0)