Fix silly mistake in debugging code
diff --git a/Lib/test/test_reprlib.py b/Lib/test/test_reprlib.py
index 86ea40e..aca1d5b 100644
--- a/Lib/test/test_reprlib.py
+++ b/Lib/test/test_reprlib.py
@@ -249,7 +249,7 @@
             self.skipTest("test paths too long (%d characters) for Windows' 260 character limit"
                           % cached_path_len)
         elif os.name == 'nt' and verbose:
-            print("len(cached_path_len) =", len(cached_path_len))
+            print("cached_path_len =", cached_path_len)
 
     def test_module(self):
         self._check_path_limitations(self.pkgname)