Skip to content

Commit ee5f8ef

Browse files
committed
doc: move default to front of options
1 parent 0ec1eb3 commit ee5f8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitransforms/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def apply(self, spatialimage, reference=None,
225225
order : int, optional
226226
The order of the spline interpolation, default is 3.
227227
The order has to be in the range 0-5.
228-
mode : {'reflect', 'constant', 'nearest', 'mirror', 'wrap'}, optional
228+
mode : {'constant', 'reflect', 'nearest', 'mirror', 'wrap'}, optional
229229
Determines how the input image is extended when the resamplings overflows
230230
a border. Default is 'constant'.
231231
cval : float, optional

0 commit comments

Comments
 (0)