Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Fixed minor docstring error in gridder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
drandykass committed Dec 23, 2015
1 parent 2aa4553 commit a86a6f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fatiando/gridder.py
Expand Up @@ -665,8 +665,8 @@ def pad_coords(xy, shape, nps):
same discretization.
.. note:: This function returns a list of arrays in the same format
as, for example, :func:`~fatiando.gridder.regular`. It is a list of
flattened meshgrids for each vector in the same order as was input.
as, for example, :func:`~fatiando.gridder.regular`. It is a list of
flattened meshgrids for each vector in the same order as was input.
Parameters:
Expand All @@ -685,8 +685,6 @@ def pad_coords(xy, shape, nps):
Examples:
Construct padded arrays
>>> shape = (5, 6)
>>> x, y, z = regular((-10,10,-20,0), shape, z=-25)
>>> gz = numpy.zeros(shape)
Expand Down

0 comments on commit a86a6f7

Please sign in to comment.