Skip to content

Commit cb2bb23

Browse files
hafezghSvetlana Karslioglu
and
Svetlana Karslioglu
authored
Correct typo (#2214)
Correct typo in A GENTLE INTRODUCTION TO TORCH.AUTOGRAD Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
1 parent 1f8c325 commit cb2bb23

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)