Skip to content

Commit 264d16a

Browse files
committed
FIX: typo
1 parent a505b72 commit 264d16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/streamlines/tests/test_tractogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def test_tractogram_getitem(self):
374374
DATA['tractogram'].data_per_streamline[::-1],
375375
DATA['tractogram'].data_per_point[::-1])
376376

377-
# Make sure slicing conserve the affine_to_rasmm property.
377+
# Make sure slicing conserves the affine_to_rasmm property.
378378
tractogram = DATA['tractogram'].copy()
379379
tractogram.affine_to_rasmm = DATA['rng'].rand(4, 4)
380380
tractogram_view = tractogram[::2]

0 commit comments

Comments
 (0)