Skip to content

Commit

Permalink
DOC: fix incorrect docstring
Browse files Browse the repository at this point in the history
Fix docstring giving wrong explanation for ND interpolation.
  • Loading branch information
matthew-brett committed Feb 12, 2016
1 parent 650758a commit a9e1900
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nibabel/processing.py
Expand Up @@ -119,8 +119,7 @@ def resample_from_to(from_img,
out_class=Nifti1Image):
""" Resample image `from_img` to mapped voxel space `to_vox_map`
Resample using N-d spline interpolation (where N is given by the `order`
argument).
Resample using N-d spline interpolation.
Parameters
----------
Expand Down

0 comments on commit a9e1900

Please sign in to comment.