Skip to content

Commit d3e5ba9

Browse files
committed
fix: correct typo "upack" to "unpack" in tensors tutorial
Closes #3901
1 parent 43859b1 commit d3e5ba9

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
@@ -44,7 +44,7 @@
4444

4545

4646
##########################################################################
47-
# Let’s upack what we just did:
47+
# Let’s unpack what we just did:
4848
#
4949
# - We created a tensor using one of the numerous factory methods
5050
# attached to the ``torch`` module.

0 commit comments

Comments
 (0)