wrap
diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py
index 96efa73..7cde590 100644
--- a/Lib/test/test_struct.py
+++ b/Lib/test/test_struct.py
@@ -446,7 +446,8 @@
 
         # Test bogus offset (issue 3694)
         sb = small_buf
-        self.assertRaises((TypeError, struct.error), struct.pack_into, b'', sb, None)
+        self.assertRaises((TypeError, struct.error), struct.pack_into, b'', sb,
+                          None)
 
     def test_pack_into_fn(self):
         test_string = b'Reykjavik rocks, eow!'