Merge pull request #677 from dkm/patch-1

typo fix in comment
This commit is contained in:
Luke Campagnola 2018-04-28 12:00:32 -07:00 committed by GitHub
commit 0ead60e3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ class SRTTransform3D(Transform3D):
def setFromMatrix(self, m): def setFromMatrix(self, m):
""" """
Set this transform mased on the elements of *m* Set this transform based on the elements of *m*
The input matrix must be affine AND have no shear, The input matrix must be affine AND have no shear,
otherwise the conversion will most likely fail. otherwise the conversion will most likely fail.
""" """