Skip to content

Commit a39f7b5

Browse files
nilsmelchertSvetlana Karslioglu
and
Svetlana Karslioglu
authored
Update tensors_deeper_tutorial.py (#2606)
Correction of a small spelling mistake Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent f1b27b4 commit a39f7b5

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)