From d3e5ba9e84d5f12ba8a7eb456283727b5f193b1e Mon Sep 17 00:00:00 2001 From: shuibui Date: Fri, 15 May 2026 08:07:30 +0000 Subject: [PATCH] fix: correct typo "upack" to "unpack" in tensors tutorial Closes #3901 --- beginner_source/introyt/tensors_deeper_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/introyt/tensors_deeper_tutorial.py b/beginner_source/introyt/tensors_deeper_tutorial.py index 4d118ad4030..2d5f4cb2963 100644 --- a/beginner_source/introyt/tensors_deeper_tutorial.py +++ b/beginner_source/introyt/tensors_deeper_tutorial.py @@ -44,7 +44,7 @@ ########################################################################## -# Let’s upack what we just did: +# Let’s unpack what we just did: # # - We created a tensor using one of the numerous factory methods # attached to the ``torch`` module.