Skip to content

Commit 1792ad1

Browse files
committed
ENH: Add a missing white space between words in string literal.
Add a missing white space between words in a string literal split in two lines.
1 parent ad0b13f commit 1792ad1

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)