Skip to content

Commit fa43f25

Browse files
willschlitzerMeghan Jones
andauthored
Update pygmt/src/grdtrack.py
Co-authored-by: Meghan Jones <meghanj@alum.mit.edu>
1 parent b0d1720 commit fa43f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/grdtrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def grdtrack(points, grid, newcolname=None, outfile=None, **kwargs):
276276
... resolution="30m", region=[-118, -107, -49, -42]
277277
... )
278278
>>> # Load a pandas dataframe with ocean ridge points
279-
>>> points = pygmt.datasets.load_sample_data(name='ocean_ridge_points')
279+
>>> points = pygmt.datasets.load_sample_data(name="ocean_ridge_points")
280280
>>> # Create a pandas dataframe from an input grid and set of points
281281
>>> # The output dataframe adds a column named "bathymetry"
282282
>>> output_dataframe = pygmt.grdtrack(

0 commit comments

Comments
 (0)