From aeb7aadec62421b01cf8c5fe97734ed76fbaf46c Mon Sep 17 00:00:00 2001 From: Haider Date: Mon, 22 Sep 2025 15:56:06 +0200 Subject: [PATCH] Update tensors_deeper_tutorial.py --- beginner_source/introyt/tensors_deeper_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/introyt/tensors_deeper_tutorial.py b/beginner_source/introyt/tensors_deeper_tutorial.py index cf24abd04ff..4d118ad4030 100644 --- a/beginner_source/introyt/tensors_deeper_tutorial.py +++ b/beginner_source/introyt/tensors_deeper_tutorial.py @@ -85,7 +85,7 @@ ######################################################################### -# The fctory methods all do just what you’d expect - we have a tensor +# The factory methods all do just what you’d expect - we have a tensor # full of zeros, another full of ones, and another with random values # between 0 and 1. #