Skip to content

Commit f55bf3f

Browse files
BUG: removed failing doctest
1 parent 3e2be9a commit f55bf3f

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
@@ -537,7 +537,7 @@ class Parcels(Axis):
537537
(N, ) array with the actual get_parcels (each of which is a BrainModel object)
538538
539539
Individual get_parcels can also be accessed based on their name, using
540-
>>> parcel = parcel_axis[name]
540+
``parcel = parcel_axis[name]``
541541
"""
542542
_use_dtype = np.dtype([('name', 'U60'), ('voxels', 'object'), ('vertices', 'object')])
543543
_affine = None

0 commit comments

Comments
 (0)