Skip to content

Commit 8b3d447

Browse files
committed
Fix formatting in backward docstring
1 parent f1ee074 commit 8b3d447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/torchjd/autojac/_backward.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def backward(
1414
) -> None:
1515
r"""
1616
Computes the Jacobians of all values in ``tensors`` with respect to all ``inputs`` and
17-
accumulates them in the `.jac` fields of the `inputs`.
17+
accumulates them in the ``.jac`` fields of the ``inputs``.
1818
1919
:param tensors: The tensor or tensors to differentiate. Should be non-empty. The Jacobians will
2020
have one row for each value of each of these tensors.

0 commit comments

Comments
 (0)