Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pygmt/src/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down
Loading