Skip to content

Commit 2dd2d4a

Browse files
committed
DOC: fix hash typo in docstring
1 parent f34b779 commit 2dd2d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/streamlines/trk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def get_affine_trackvis_to_rasmm(header):
9393
The streamlines in a trackvis file are in 'voxelmm' space, where the
9494
coordinates refer to the corner of the voxel.
9595
96-
Compute the # affine matrix that will bring them back to RAS+ mm space,
97-
where the coordinates refer to the center of the voxel.
96+
Compute the affine matrix that will bring them back to RAS+ mm space, where
97+
the coordinates refer to the center of the voxel.
9898
9999
Parameters
100100
----------

0 commit comments

Comments
 (0)