Skip to content

Commit de09d3a

Browse files
authored
Merge pull request #726 from jhlegarreta/FixTrkFileClassHeaderMessageTypo
ENH: Add a missing white space between words in string literal.
2 parents ad0b13f + 1792ad1 commit de09d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/streamlines/trk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def _read_header(fileobj):
606606
# http://trackvis.org/blog/forum/diffusion-toolkit-usage/interpretation-of-track-point-coordinates
607607
if header[Field.VOXEL_ORDER] == b"":
608608
msg = ("Voxel order is not specified, will assume 'LPS' since"
609-
"it is Trackvis software's default.")
609+
" it is Trackvis software's default.")
610610
warnings.warn(msg, HeaderWarning)
611611
header[Field.VOXEL_ORDER] = b"LPS"
612612

0 commit comments

Comments
 (0)