Skip to content

Commit ba7782c

Browse files
authored
Update tensors_deeper_tutorial.py
Correction of a small spelling mistake
1 parent 3e9e8f6 commit ba7782c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/introyt/tensors_deeper_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
#
379379
# - The multiplication operation that created ``b`` was
380380
# broadcast over every “layer” of ``a``.
381-
# - For ``c``, the operation was broadcast over ever layer and row of
381+
# - For ``c``, the operation was broadcast over every layer and row of
382382
# ``a`` - every 3-element column is identical.
383383
# - For ``d``, we switched it around - now every *row* is identical,
384384
# across layers and columns.

0 commit comments

Comments
 (0)