Skip to content

Commit 110334b

Browse files
Update nibabel/cifti2/cifti2.py
Co-Authored-By: MichielCottaar <[email protected]>
1 parent 9b2276d commit 110334b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cifti2/cifti2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ def get_axis(self, index):
12761276
12771277
Returns
12781278
-------
1279-
axis : cifti2_axes.Axis
1279+
axis : :class:`.cifti2_axes.Axis`
12801280
'''
12811281
from . import cifti2_axes
12821282
return cifti2_axes.from_index_mapping(self.matrix.get_index_map(index))

0 commit comments

Comments
 (0)