Parcourir la source

[2353] Indent comment

Mukund Sivaraman il y a 12 ans
Parent
commit
a11abf30b2
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/bin/bind10/tests/bind10_test.py.in

+ 2 - 1
src/bin/bind10/tests/bind10_test.py.in

@@ -1620,7 +1620,8 @@ class TestBossComponents(unittest.TestCase):
         # We just check that an exception was thrown, and that several
         # attempts were made to connect.
         self.assertTrue(thrown)
-        # 1 second of attempts every 0.1 seconds should result in at least 5 attempts
+        # 1 second of attempts every 0.1 seconds should result in at
+        # least 5 attempts
         self.assertGreater(attempts, 5)
 
         time.time = tmp_time