We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcb824 commit 95daf68Copy full SHA for 95daf68
1 file changed
pygmt/src/_common.py
@@ -16,7 +16,7 @@ def _data_geometry_is_point(data: Any, kind: str) -> bool:
16
"""
17
Check if the geometry of the input data is Point or MultiPoint.
18
19
- 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.
20
21
This function is used in ``Figure.plot`` and ``Figure.plot3d``.
22
0 commit comments