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 0270ad9 commit ed76418Copy full SHA for ed76418
nibabel/cifti2/cifti2_axes.py
@@ -178,7 +178,7 @@ class Axis(object):
178
* :class:`BrainModelAxis`: each row/column is a voxel or vertex
179
* :class:`ParcelsAxis`: each row/column is a group of voxels and/or vertices
180
* :class:`ScalarAxis`: each row/column has a unique name (with optional meta-data)
181
- * :class:`LabelAxis`: each row/column has a unique name and label table (with optional meta-data)
+ * :class:`LabelAxis`: each row/column has a unique name and label table with optional meta-data
182
* :class:`SeriesAxis`: each row/column is a timepoint, which increases monotonically
183
"""
184
0 commit comments