Skip to content

Commit 001fc85

Browse files
Meghan Jonesseisman
andauthored
Update pygmt/src/grdhisteq.py
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent fac0aec commit 001fc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/grdhisteq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def equalize_grid(
216216
outgrid = tmpfile.name
217217
else:
218218
raise GMTInvalidInput(
219-
"Must specify 'output_type' either as 'numpy', 'pandas' or 'file'."
219+
"Must specify 'outgrid' as a string or None."
220220
)
221221
return grdhisteq._grdhisteq(
222222
grid=grid,

0 commit comments

Comments
 (0)