Skip to content

Commit 6ff3d4d

Browse files
authored
Update tensors_deeper_tutorial.py
corrected 'if' to 'of'
1 parent 326edb0 commit 6ff3d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/introyt/tensors_deeper_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
##########################################################################
278278
# It’s important to note here that all of the tensors in the previous code
279279
# cell were of identical shape. What happens when we try to perform a
280-
# binary operation on tensors if dissimilar shape?
280+
# binary operation on tensors of dissimilar shape?
281281
#
282282
# .. note::
283283
# The following cell throws a run-time error. This is intentional.

0 commit comments

Comments
 (0)