Skip to content

Commit 25f3077

Browse files
committed
fix doco
1 parent 9f1530a commit 25f3077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spatialmath/base/numeric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def numjac(f, x, dx=1e-8, SO=0, SE=0):
6161

6262
def numhess(J, x, dx=1e-8):
6363
r"""
64-
Numerically compute Hessian of Jacobian function
64+
Numerically compute Hessian given Jacobian function
6565
6666
:param J: the Jacobian function, returns an ndarray(m,n)
6767
:type J: callable

0 commit comments

Comments
 (0)