diff --git a/examples/gallery/line/vector-heads-tails.py b/examples/gallery/line/vector-heads-tails.py index c7293a1ffe9..366ee58beda 100644 --- a/examples/gallery/line/vector-heads-tails.py +++ b/examples/gallery/line/vector-heads-tails.py @@ -26,7 +26,7 @@ In the following we use the :meth:`pygmt.Figure.plot` method to plot vectors with individual heads and tails. We must specify the modifiers (together with the vector type, here ``v``, see also -:doc:`Vector types documentation `.) +:doc:`Vector types documentation `) by passing the corresponding shortcuts to the ``style`` parameter. """