Skip to content

Commit 64f646d

Browse files
Update pygmt/src/grdfilter.py
Co-authored-by: Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com>
1 parent 66c61fd commit 64f646d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/grdfilter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def grdfilter(
125125
--------
126126
>>> from pathlib import Path
127127
>>> import pygmt
128-
>>> # Apply a filter of 600 km (full width) to the @earth_relief_30m_g file and
129-
>>> # return a filtered field (saved as netCDF)
128+
>>> # Apply a median filter of 600 km (full width) to the @earth_relief_30m_g grid
129+
>>> # and return a filtered grid (saved as netCDF file).
130130
>>> pygmt.grdfilter(
131131
... grid="@earth_relief_30m_g",
132132
... filter="m600",

0 commit comments

Comments
 (0)