Skip to content

Commit baf8a8f

Browse files
committed
Fix formatting issue
1 parent d5775a3 commit baf8a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/blockm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def blockmedian(data=None, x=None, y=None, z=None, outfile=None, **kwargs):
230230
-------
231231
>>> import pygmt # doctest: +SKIP
232232
>>> # Load a table of ship observations of bathymetry off Baja California
233-
>>> data = pygmt.datasets.load_sample_data(name='bathymetry')
233+
>>> data = pygmt.datasets.load_sample_data(name="bathymetry")
234234
>>> # Calculate block median values within 5 by 5 minute bins
235235
>>> data_bmedian = pygmt.blockmedian(
236236
... data=data, region=[245, 255, 20, 30], spacing="5m"

0 commit comments

Comments
 (0)