Skip to content

Commit 486bbb2

Browse files
author
Soichi Hayashi
committed
applied another @MarcCote suggestion
1 parent bac1988 commit 486bbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/streamlines/tck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def _read(cls, fileobj, header, buffer_size=4):
428428
n_streams += 1
429429
begin = delim + 1
430430

431-
# The rest gets appended to the leftover
431+
# The rest becomes the new leftover.
432432
leftover = coords[begin:]
433433

434434
if not (leftover.shape == (1, 3) and np.isinf(leftover).all()):

0 commit comments

Comments
 (0)