Skip to content

Commit 95daf68

Browse files
pygmt._common: Fix typo in docstring (#4425)
1 parent 3fcb824 commit 95daf68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygmt/src/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def _data_geometry_is_point(data: Any, kind: str) -> bool:
1616
"""
1717
Check if the geometry of the input data is Point or MultiPoint.
1818
19-
The inptu data can be a GeoJSON object or a OGR_GMT file.
19+
The input data can be a GeoJSON object or a OGR_GMT file.
2020
2121
This function is used in ``Figure.plot`` and ``Figure.plot3d``.
2222

0 commit comments

Comments
 (0)