Update.
[pytorch.git] / tensorstack.py
index 544306c..f511547 100755 (executable)
@@ -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.
 
     '''