Skip to content

Commit 657f138

Browse files
Fix typo (#1759)
Co-authored-by: Holly Sweeney <77758406+holly1238@users.noreply.github.com>
1 parent 4be0618 commit 657f138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/former_torchies/autograd_tutorial_old.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
print(x.grad)
121121

122122
###############################################################
123-
# You can also stops autograd from tracking history on Tensors
123+
# You can also stop autograd from tracking history on Tensors
124124
# with requires_grad=True by wrapping the code block in
125125
# ``with torch.no_grad():``
126126
print(x.requires_grad)

0 commit comments

Comments
 (0)