We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07924ca commit 1d0d0dcCopy full SHA for 1d0d0dc
pygmt/clib/session.py
@@ -1787,7 +1787,7 @@ def virtualfile_in(
1787
check_kind : str or None
1788
Used to validate the type of data that can be passed in. Choose
1789
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
+ data : str or pathlib.Path or xarray.DataArray or {table-like} or dict or None
1791
Any raster or vector data format. This could be a file name or
1792
path, a raster grid, a vector matrix/arrays, or other supported
1793
data input.
0 commit comments