Skip to content

Commit 56dc7c6

Browse files
willschlitzerMeghan Jones
andauthored
Update pygmt/src/grdvolume.py
Co-authored-by: Meghan Jones <meghanj@alum.mit.edu>
1 parent 4f69b86 commit 56dc7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/grdvolume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def grdvolume(grid, output_type="pandas", outfile=None, **kwargs):
7676
``outfile``)
7777
- :class:`pandas.DataFrame` or :class:`numpy.ndarray` if ``outfile``
7878
is not set (depends on ``output_type`` [Default is
79-
class:`pandas.DataFrame`])
79+
:class:`pandas.DataFrame`])
8080
8181
Example
8282
-------

0 commit comments

Comments
 (0)