From 6d3197ce6389f2b9ec39e5a968aba3da05843d7d Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Sat, 21 Feb 2026 19:20:24 -0500 Subject: [PATCH] Fix typo in _common.py --- pygmt/src/_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmt/src/_common.py b/pygmt/src/_common.py index c929e586065..c5b0c01c752 100644 --- a/pygmt/src/_common.py +++ b/pygmt/src/_common.py @@ -16,7 +16,7 @@ def _data_geometry_is_point(data: Any, kind: str) -> bool: """ Check if the geometry of the input data is Point or MultiPoint. - The inptu data can be a GeoJSON object or a OGR_GMT file. + The input data can be a GeoJSON object or a OGR_GMT file. This function is used in ``Figure.plot`` and ``Figure.plot3d``.