Skip to content

Update tensors_deeper_tutorial.py #2606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beginner_source/introyt/tensors_deeper_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
#
# - The multiplication operation that created ``b`` was
# broadcast over every “layer” of ``a``.
# - For ``c``, the operation was broadcast over ever layer and row of
# - For ``c``, the operation was broadcast over every layer and row of
# ``a`` - every 3-element column is identical.
# - For ``d``, we switched it around - now every *row* is identical,
# across layers and columns.
Expand Down