Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb2bb23

Browse files
hafezghSvetlana Karslioglu
andauthoredFeb 24, 2023
Correct typo (#2214)
Correct typo in A GENTLE INTRODUCTION TO TORCH.AUTOGRAD Co-authored-by: Svetlana Karslioglu <[email protected]>
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)
Please sign in to comment.