Skip to content

Commit 9c357f3

Browse files
committed
doc: Fix wrong ReST styling
1 parent 6f553b1 commit 9c357f3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/projections/misc/misc_hammer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
meridian are straight lines, while other parallels and meridians are complex curves.
99
1010
``H[central meridian]/width``: Give the optional central meridian (default is the center
11-
of the region) and the map width.
11+
of the region) and the map width.
1212
"""
1313
import pygmt
1414

examples/projections/misc/misc_mollweide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
the name homalographic projection.
1111
1212
``W[central meridian]/width``: Give the optional central meridian (default is the center
13-
of the region) and the map width.
13+
of the region) and the map width.
1414
"""
1515
import pygmt
1616

examples/projections/misc/misc_robinson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
National Geographic Society.
1212
1313
``N[central meridian]/width``: Give the optional central meridian (default is the center
14-
of the region) and the map width.
14+
of the region) and the map width.
1515
"""
1616
import pygmt
1717

examples/projections/misc/misc_sinusoidal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
scale being true along all parallels (and central meridian).
1010
1111
``I[central meridian]/width``: Give the optional central meridian (default is the center
12-
of the region) and the map width.
12+
of the region) and the map width.
1313
"""
1414
import pygmt
1515

examples/projections/misc/misc_van_der_grinten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
main use is to show the entire world enclosed in a circle.
99
1010
``V[central meridian]/width``: Give the optional central meridian (default is the center
11-
of the region) and the map width.
11+
of the region) and the map width.
1212
"""
1313
import pygmt
1414

examples/projections/misc/misc_winkel_tripel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
length of equator.
1818
1919
``R[central meridian]/width``: Give the optional central meridian (default is the center
20-
of the region) and the map width.
20+
of the region) and the map width.
2121
"""
2222
import pygmt
2323

0 commit comments

Comments
 (0)