From 999a6e2df80886cde7e32f932f35b5267096b3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= Date: Tue, 7 Jul 2026 13:32:53 +0200 Subject: [PATCH] Fix typo in PyGMT gallery example comment --- examples/gallery/embellishments/pygmtlogo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gallery/embellishments/pygmtlogo.py b/examples/gallery/embellishments/pygmtlogo.py index 9622ef03615..4a8c7b05d5b 100644 --- a/examples/gallery/embellishments/pygmtlogo.py +++ b/examples/gallery/embellishments/pygmtlogo.py @@ -27,7 +27,7 @@ # %% -# Via the ``color``, ``theme``, ``shape`` parameters the appereance of the logo can be +# Via the ``color``, ``theme``, ``shape`` parameters the appearance of the logo can be # changed. fig = pygmt.Figure()