We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0e1f7 commit 0270ad9Copy full SHA for 0270ad9
nibabel/cifti2/cifti2_axes.py
@@ -128,7 +128,7 @@ def from_index_mapping(mim):
128
129
Returns
130
-------
131
- subclass of :class:`Axis`
+ axis : subclass of :class:`Axis`
132
"""
133
return_type = {'CIFTI_INDEX_TYPE_SCALARS': ScalarAxis,
134
'CIFTI_INDEX_TYPE_LABELS': LabelAxis,
@@ -149,7 +149,7 @@ def to_header(axes):
149
150
151
152
- :class:`.cifti2.Cifti2Header`
+ header : :class:`.cifti2.Cifti2Header`
153
154
axes = tuple(axes)
155
mims_all = []
0 commit comments