From f4ab9757c51d637f7c8172c729a6badf401df930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= <94163266+yvonnefroehlich@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:32:40 +0100 Subject: [PATCH] pygmt.grdinfo: Fix typo in docstring of the "geographic" parameter (#2836) --- pygmt/src/grdinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmt/src/grdinfo.py b/pygmt/src/grdinfo.py index d7945e70185..27fc2321ce5 100644 --- a/pygmt/src/grdinfo.py +++ b/pygmt/src/grdinfo.py @@ -63,7 +63,7 @@ def grdinfo(grid, **kwargs): xmin xmax ymin ymax per tile, or use ``per_column="t"`` to also have the region string appended as trailing text. geographic : bool - Report grid domain and x/y-increments in world mapping format + Report grid domain and x/y-increments in world mapping format. The default value is ``False``. This cannot be called if ``per_column`` is also set. spacing : str or list