Skip to content

Commit 16d2d48

Browse files
committed
Fix typo
1 parent c22e256 commit 16d2d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchjd/autogram/_gramian_accumulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _accumulate_path_jacobian(self, parameter: Tensor, jacobian: Tensor) -> None
6262

6363
def _accumulate_gramian(self, parameter: Tensor) -> None:
6464
"""
65-
Compute the Gramian of full Jacobian and accumulate it.
65+
Compute the Gramian of the full Jacobian and accumulate it.
6666
6767
:param parameter: Parameter whose full Jacobian is available.
6868
"""

0 commit comments

Comments
 (0)