Skip to content

Commit df252ca

Browse files
Update nibabel/arrayproxy.py
Co-authored-by: Matthew Brett <[email protected]>
1 parent 4720932 commit df252ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/arrayproxy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def __init__(self, file_like, spec, *, mmap=True, order=None, keep_file_open=Non
115115
True gives the same behavior as ``mmap='c'``. If `file_like`
116116
cannot be memory-mapped, ignore `mmap` value and read array from
117117
file.
118-
order : {'F', 'C'}, optional, keyword only
118+
order : {None, 'F', 'C'}, optional, keyword only
119119
`order` controls the order of the data array layout. Fortran-style,
120120
column-major order may be indicated with 'F', and C-style, row-major
121121
order may be indicated with 'C'. The default order is 'F'.

0 commit comments

Comments
 (0)