From ad60c7943c55b5f6a91a9c801c117ead3ec4d1ff Mon Sep 17 00:00:00 2001 From: Michael Grund Date: Wed, 3 Mar 2021 10:13:04 +0100 Subject: [PATCH] Fix typo in vector-heads-tails.py (#997) Remove period from phrase in parenthesis in vector-heads-tails.py gallery example. --- examples/gallery/line/vector-heads-tails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """