Skip to content

Commit 6dc6bae

Browse files
committed
DOC: fix docstring typo
1 parent 6e4a144 commit 6dc6bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/affines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def to_matvec(transform):
124124
def from_matvec(matrix, vector=None):
125125
""" Combine a matrix and vector into an homogeneous affine
126126
127-
Combine a rotation / scaling / shearing matrix and translation vector intO
127+
Combine a rotation / scaling / shearing matrix and translation vector into
128128
a transform in homogeneous coordinates.
129129
130130
Parameters

0 commit comments

Comments
 (0)