Skip to content

Commit 55c6176

Browse files
authored
Fix typo in vector-heads-tails.py (#997)
Remove period from phrase in parenthesis in vector-heads-tails.py gallery example.
1 parent 10482f3 commit 55c6176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/line/vector-heads-tails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
In the following we use the :meth:`pygmt.Figure.plot` method to plot vectors
2727
with individual heads and tails. We must specify the modifiers (together with
2828
the vector type, here ``v``, see also
29-
:doc:`Vector types documentation </gallery/line/vectors>`.)
29+
:doc:`Vector types documentation </gallery/line/vectors>`)
3030
by passing the corresponding shortcuts to the ``style`` parameter.
3131
3232
"""

0 commit comments

Comments
 (0)