Skip to content

Commit ed76418

Browse files
RF: fix line length
1 parent 0270ad9 commit ed76418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cifti2/cifti2_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class Axis(object):
178178
* :class:`BrainModelAxis`: each row/column is a voxel or vertex
179179
* :class:`ParcelsAxis`: each row/column is a group of voxels and/or vertices
180180
* :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)
181+
* :class:`LabelAxis`: each row/column has a unique name and label table with optional meta-data
182182
* :class:`SeriesAxis`: each row/column is a timepoint, which increases monotonically
183183
"""
184184

0 commit comments

Comments
 (0)