Skip to content

Commit e2b9419

Browse files
committed
Merge pull request #396 from samuelstjean/patch-1
DOC: Fixed typo
2 parents 617d8f5 + 6e1e48f commit e2b9419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/trackvis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def _check_hdr_points_space(hdr, points_space):
449449
checks. 'voxel' checks for all ``hdr['voxel_sizes'] being <= zero
450450
(error) or any being zero (warning). 'rasmm' checks for presence of
451451
non-zeros affine in ``hdr['vox_to_ras']``, and that the affine therein
452-
corresponds to ``hdr['voxel_order']`` and ''hdr['voxe_sizes']`` - and
452+
corresponds to ``hdr['voxel_order']`` and ''hdr['voxel_sizes']`` - and
453453
raises an error otherwise.
454454
455455
Returns

0 commit comments

Comments
 (0)