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.