Skip to content

Commit d38271b

Browse files
authored
Correct typo
Correct typo in A GENTLE INTRODUCTION TO TORCH.AUTOGRAD
1 parent 48c31c4 commit d38271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/blitz/autograd_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
shape (1,1000).
4141
4242
.. note::
43-
This tutorial work only on CPU and will not work on GPU (even if tensor are moved to CUDA).
43+
This tutorial work only on CPU and will not work on GPU (even if tensors are moved to CUDA).
4444
4545
"""
4646
import torch

0 commit comments

Comments
 (0)