Skip to content

Commit a9e1900

Browse files
committed
DOC: fix incorrect docstring
Fix docstring giving wrong explanation for ND interpolation.
1 parent 650758a commit a9e1900

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabel/processing.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ def resample_from_to(from_img,
119119
out_class=Nifti1Image):
120120
""" Resample image `from_img` to mapped voxel space `to_vox_map`
121121
122-
Resample using N-d spline interpolation (where N is given by the `order`
123-
argument).
122+
Resample using N-d spline interpolation.
124123
125124
Parameters
126125
----------

0 commit comments

Comments
 (0)