Skip to content

Commit 1d0d0dc

Browse files
committed
Fix a typo
1 parent 07924ca commit 1d0d0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/clib/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1787,7 +1787,7 @@ def virtualfile_in(
17871787
check_kind : str or None
17881788
Used to validate the type of data that can be passed in. Choose
17891789
from 'raster', 'vector', or None. Default is None (no validation).
1790-
data : str or pathlib.Path or xarray.DataArray or {table-like} or dict | None
1790+
data : str or pathlib.Path or xarray.DataArray or {table-like} or dict or None
17911791
Any raster or vector data format. This could be a file name or
17921792
path, a raster grid, a vector matrix/arrays, or other supported
17931793
data input.

0 commit comments

Comments
 (0)