Skip to content

Commit 04f4e8a

Browse files
committed
DOC - trackvis spelling
1 parent af07868 commit 04f4e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/trackvis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def empty_header(endianness=None, version=2):
400400
401401
Notes
402402
-----
403-
The trackviz header can store enough information to give an affine
403+
The trackvis header can store enough information to give an affine
404404
mapping between voxel and world space. Often this information is
405405
missing. We make no attempt to fill it with sensible defaults on
406406
the basis that, if the information is missing, it is better to be
@@ -509,7 +509,7 @@ class TrackvisFileError(Exception):
509509

510510

511511
class TrackvisFile(object):
512-
''' Convenience class to encapsulate trackviz file information
512+
''' Convenience class to encapsulate trackvis file information
513513
514514
Parameters
515515
----------

0 commit comments

Comments
 (0)