diff --git a/beginner_source/blitz/autograd_tutorial.py b/beginner_source/blitz/autograd_tutorial.py index 5c0ce2d0a7b..5d468d387f6 100644 --- a/beginner_source/blitz/autograd_tutorial.py +++ b/beginner_source/blitz/autograd_tutorial.py @@ -40,7 +40,7 @@ shape (1,1000). .. note:: - This tutorial work only on CPU and will not work on GPU (even if tensor are moved to CUDA). + This tutorial work only on CPU and will not work on GPU (even if tensors are moved to CUDA). """ import torch