From b763392467d8d35fcbc58bd118f8750259f5706e Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 8 Jul 2019 15:28:32 +0100 Subject: [PATCH] DOC: typo --- fsl/transform/flirt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsl/transform/flirt.py b/fsl/transform/flirt.py index 97be2254a..2fdc38b01 100644 --- a/fsl/transform/flirt.py +++ b/fsl/transform/flirt.py @@ -75,7 +75,7 @@ def fromFlirt(xform, src, ref, from_='voxel', to='world'): def toFlirt(xform, src, ref, from_='voxel', to='world'): - """Convert an affine affine matrix into a FLIRT matrix. + """Convert an affine matrix into a FLIRT matrix. :returns: ``numpy`` array of shape ``(4, 4)`` containing a matrix encoding a transformation from the source ``from_`` to -- GitLab