From a9e19007395ac7433537ba770b9f0e73e9eec431 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Thu, 11 Feb 2016 18:26:35 -0800 Subject: [PATCH] DOC: fix incorrect docstring Fix docstring giving wrong explanation for ND interpolation. --- nibabel/processing.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nibabel/processing.py b/nibabel/processing.py index 0324071b24..7adb557021 100644 --- a/nibabel/processing.py +++ b/nibabel/processing.py @@ -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 ----------