Skip to content

Commit f1ee074

Browse files
committed
Fix docstring of test_backward.py
1 parent 0a1fc21 commit f1ee074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/doc/test_backward.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
This file contains the test of the backward usage example, with a verification of the value of the
3-
obtained `.grad` field.
3+
obtained `.jac` field.
44
"""
55

66
from torch.testing import assert_close

0 commit comments

Comments
 (0)