Skip to content

Commit 7832deb

Browse files
authored
Update nibabel/processing.py
1 parent 4f67822 commit 7832deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def conform(
357357
mode : str, optional
358358
Points outside the boundaries of the input are filled according to the
359359
given mode ('constant', 'nearest', 'reflect' or 'wrap'). Default is
360-
'constant' (see scipy.ndimage.affine_transform)
360+
'constant' (see :func:`scipy.ndimage.affine_transform`)
361361
cval : scalar, optional
362362
Value used for points outside the boundaries of the input if
363363
``mode='constant'``. Default is 0.0 (see

0 commit comments

Comments
 (0)