Skip to content

Commit 7348d92

Browse files
mdhabertylerjereddy
authored andcommitted
Update scipy/differentiate/_differentiate.py
[docs only]
1 parent 56b1f7e commit 7348d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/differentiate/_differentiate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def jacobian(f, x, *, tolerances=None, maxiter=10, order=8, initial_step=0.5,
823823
``(m, k, ...)`` and return an array of shape ``(n, k, ...)``, and the ``df``
824824
attribute of the result would have shape ``(n, m, k)``.
825825
826-
` Suppose the desired callable ``f_not_vectorized`` is not vectorized; it can
826+
Suppose the desired callable ``f_not_vectorized`` is not vectorized; it can
827827
only accept an array of shape ``(m,)``. A simple solution to satisfy the required
828828
interface is to wrap ``f_not_vectorized`` as follows::
829829

0 commit comments

Comments
 (0)