From cfa42f2006a72819ad507f60429ea5e26308e5d0 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= <francois@fleuret.org>
Date: Mon, 5 Dec 2022 09:31:23 +0100
Subject: [PATCH] Update.

---
 tensorstack.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tensorstack.py b/tensorstack.py
index 544306c..f511547 100755
--- a/tensorstack.py
+++ b/tensorstack.py
@@ -11,8 +11,8 @@ import sys
 
 def exception_hook(exc_type, exc_value, tb):
     r'''Hacks the call stack message in case of RuntimeError to show all
-    the local variables, and indicate for every tensor its shape,
-    dtype and device.
+    the local variables, and indicate for every tensor involved its
+    shape, dtype and device.
 
     '''
 
-- 
2.39.5