Skip to content

Commit

Permalink
pygmt.grdinfo: Fix typo in docstring of the "geographic" parameter (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Nov 28, 2023
1 parent 1dff2cd commit f4ab975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/grdinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4ab975

Please sign in to comment.