Skip to content

Commit 29a5287

Browse files
BF: reduces line length in example code
1 parent 594b22f commit 29a5287

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
@@ -87,7 +87,7 @@
8787
>>> parcel = cifti2.Parcels.from_brain_models([
8888
... ('surface_parcel', bm_cortex[:100]), # contains first 100 cortical vertices
8989
... ('volume_parcel', bm_thal), # contains thalamus
90-
... ('combined_parcel', bm_full[[1, 8, 10, 50, 120, 127]) # contains selected voxels/vertices
90+
... ('combined_parcel', bm_full[[1, 8, 10, 120, 127]) # contains selected voxels/vertices
9191
... ]) # doctest: +SKIP
9292
9393
Time series are represented by their starting time (typically 0), step size

0 commit comments

Comments
 (0)