Skip to content

Commit 884c8f0

Browse files
jond01effigies
andauthored
Update nibabel/orientations.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 164d46c commit 884c8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/orientations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def orientation_affine(ornt, shape):
244244
def flip_axis(arr, axis=0):
245245
""" Flip contents of `axis` in array `arr`
246246
247-
Equivalent to ``np.flip(arr, axis=0)``.
247+
Equivalent to ``np.flip(arr, axis)``.
248248
249249
Parameters
250250
----------

0 commit comments

Comments
 (0)