8000 fix typo · RPellowski/spatialmath-python@e9af061 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9af061

Browse files
committed
fix typo
1 parent dcdb74e commit e9af061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spatialmath/super_pose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def simplify(self):
436436
.. todo:: No need to simplify the constants in bottom row
437437
"""
438438
vf = np.vectorize(sympy.simplify)
439-
return self.__class__([vf(x) for x in self.data], chec=False)
439+
return self.__class__([vf(x) for x in self.data], check=False)
440440

441441
# ----------------------- i/o stuff
442442

0 commit comments

Comments
 (0)
0