Skip to content

Commit 7a4c763

Browse files
authored
Update docstring in borders gallery example (#1093)
1 parent 13ba2ab commit 7a4c763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/gallery/maps/borders.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
* **3** = Marine boundaries
1212
* **a** = All boundaries (1-3)
1313
14-
For example, to draw national boundaries with 1p thickness black lines use
15-
``borders="1/1p,black"``. You can draw multiple boundaries by passing in a list to
16-
``borders``.
14+
For example, to draw national boundaries with a line thickness of 1p and black line
15+
color use ``borders="1/1p,black"``. You can draw multiple boundaries by passing in
16+
a list to ``borders``.
1717
"""
1818
import pygmt
1919

0 commit comments

Comments
 (0)