We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 617d8f5 + 6e1e48f commit e2b9419Copy full SHA for e2b9419
nibabel/trackvis.py
@@ -449,7 +449,7 @@ def _check_hdr_points_space(hdr, points_space):
449
checks. 'voxel' checks for all ``hdr['voxel_sizes'] being <= zero
450
(error) or any being zero (warning). 'rasmm' checks for presence of
451
non-zeros affine in ``hdr['vox_to_ras']``, and that the affine therein
452
- corresponds to ``hdr['voxel_order']`` and ''hdr['voxe_sizes']`` - and
+ corresponds to ``hdr['voxel_order']`` and ''hdr['voxel_sizes']`` - and
453
raises an error otherwise.
454
455
Returns
0 commit comments