Skip to content

Commit f6e3693

Browse files
committed
Formatting, typo
1 parent 3762c6d commit f6e3693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/torchjd/autojac/_jac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def jac(
2424
r"""
2525
Computes the Jacobian of all values in ``outputs`` with respect to all ``inputs``. Returns the
2626
result as a tuple, with one Jacobian per input tensor. The returned Jacobian with respect to
27-
input `t` have shape `[m] + t.shape`.
27+
input ``t`` has shape ``[m] + t.shape``.
2828
2929
:param outputs: The tensor or tensors to differentiate. Should be non-empty. The Jacobians will
3030
have one row for each value of each of these tensors.

0 commit comments

Comments
 (0)