From 6ff3d4d7bc88168685f6b9125be289d5413b6a44 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 7 Jun 2026 15:51:07 +0200 Subject: [PATCH] Update tensors_deeper_tutorial.py corrected 'if' to 'of' --- 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 817862e15d..13121e8213 100644 --- a/beginner_source/introyt/tensors_deeper_tutorial.py +++ b/beginner_source/introyt/tensors_deeper_tutorial.py @@ -277,7 +277,7 @@ ########################################################################## # It’s important to note here that all of the tensors in the previous code # cell were of identical shape. What happens when we try to perform a -# binary operation on tensors if dissimilar shape? +# binary operation on tensors of dissimilar shape? # # .. note:: # The following cell throws a run-time error. This is intentional.